remove a commented out line and add a space after comma

This commit is contained in:
Nikos Kouremenos 2005-11-23 17:47:22 +00:00
parent 64f2ef7d0e
commit 9772eca1c6
1 changed files with 1 additions and 2 deletions

View File

@ -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)