remove a commented out line and add a space after comma
This commit is contained in:
parent
64f2ef7d0e
commit
9772eca1c6
1 changed files with 1 additions and 2 deletions
|
@ -173,7 +173,6 @@ def notify(event_type, jid, account, msg_type = '', file_props = None):
|
||||||
print >> sys.stderr, e
|
print >> sys.stderr, e
|
||||||
instance = dialogs.PopupNotificationWindow(event_type, jid, account,
|
instance = dialogs.PopupNotificationWindow(event_type, jid, account,
|
||||||
msg_type, file_props)
|
msg_type, file_props)
|
||||||
#roster = roster_window.RosterWindow()
|
|
||||||
gajim.interface.roster.popup_notification_windows.append(instance)
|
gajim.interface.roster.popup_notification_windows.append(instance)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue