From be16cc9535391ebe4c4367b0274694eee8a93b74 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 29 Oct 2005 14:25:05 +0000 Subject: [PATCH] no need of \ --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 98eb5742a..8f8b93089 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -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():