fix typo in dbus handling. Fixes

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 = ' ' text = ' '
actions = () actions = ()
if 'actions' in self.capabilities: 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( self.notif.Notify(
dbus.String(_('Gajim')), dbus.String(_('Gajim')),
dbus.UInt32(0), # this notification does not replace other dbus.UInt32(0), # this notification does not replace other