no need of \

This commit is contained in:
Nikos Kouremenos 2005-10-29 14:25:05 +00:00
parent b43220a6e9
commit be16cc9535
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ class Interface:
elif gajim.connections[account].connected in (2, 3): # we're online or chat
show_notification = True
if show_notification:
instance = dialogs.PopupNotificationWindow(\
instance = dialogs.PopupNotificationWindow(
_('Contact Signed Out'), jid, account)
self.roster.popup_notification_windows.append(instance)
if self.remote and self.remote.is_enabled():