From 9772eca1c6ca28c0366d51b57141fdbb9bc5053e Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Wed, 23 Nov 2005 17:47:22 +0000 Subject: [PATCH] remove a commented out line and add a space after comma --- src/notify.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/notify.py b/src/notify.py index a4e32c424..1c7200358 100644 --- a/src/notify.py +++ b/src/notify.py @@ -51,7 +51,7 @@ def dbus_get_interface(): started = True if interface not in running_services: # try to start the service (notif-daemon) - if dbus_iface.StartServiceByName(interface,dbus.UInt32(0)) == 1: + if dbus_iface.StartServiceByName(interface, dbus.UInt32(0)) == 1: started = True else: started = False @@ -173,7 +173,6 @@ def notify(event_type, jid, account, msg_type = '', file_props = None): print >> sys.stderr, e instance = dialogs.PopupNotificationWindow(event_type, jid, account, msg_type, file_props) - #roster = roster_window.RosterWindow() gajim.interface.roster.popup_notification_windows.append(instance)