From c984ef155cc4e8c00240271031afaad23b3e1079 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos 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 f4f820ab1..82296ac92 100644 --- a/src/notify.py +++ b/src/notify.py @@ -139,7 +139,7 @@ class DesktopNotification: 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