From c984ef155cc4e8c00240271031afaad23b3e1079 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Sun, 11 Dec 2005 18:40:25 +0000
Subject: [PATCH] use ft_request image. thanks again Grenshad for all icons

---
 src/notify.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/notify.py b/src/notify.py
index f4f820ab1a..82296ac92e 100644
--- a/src/notify.py
+++ b/src/notify.py
@@ -139,7 +139,7 @@ def __init__(self, event_type, jid, account, msg_type = '', file_props = None):
 				else: # New Single Message
 					img = 'single_msg_recv.png'
 		elif event_type == _('File Transfer Request'):
-			img = 'requested.png' # FIXME: better img
+			img = 'ft_request.png'
 			ntype = 'transfer'
 			#we talk about a name here
 			txt = _('%s wants to send you a file.') % actor
-- 
GitLab