fix typo in dbus handling. Fixes #4905

This commit is contained in:
Yann Leboulanger 2009-03-15 12:11:50 +00:00
parent 28f443dd21
commit a802edbf65

View file

@ -585,7 +585,7 @@ class DesktopNotification:
text = ' '
actions = ()
if 'actions' in self.capabilities:
actions = (dbus.String('default'), dbus.String(self.event_type)),
actions = (dbus.String('default'), dbus.String(self.event_type))
self.notif.Notify(
dbus.String(_('Gajim')),
dbus.UInt32(0), # this notification does not replace other