fix a typo in ft code

This commit is contained in:
Nikos Kouremenos 2005-08-08 10:42:25 +00:00
parent ce03d79120
commit 026c8f0bc0
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ class PopupNotificationWindow:
eventbox.modify_bg(gtk.STATE_NORMAL, bg_color)
txt = _('From %s') % txt
elif event_type == _('File Transfer Error'):
g_color = gtk.gdk.color_parse('coral')
bg_color = gtk.gdk.color_parse('coral')
close_button.modify_bg(gtk.STATE_NORMAL, bg_color)
eventbox.modify_bg(gtk.STATE_NORMAL, bg_color)
elif event_type in [_('File Transfer Completed'), _('File Transfer Stopped')]: