fix typo in dbus handling. Fixes #4905
This commit is contained in:
parent
28f443dd21
commit
a802edbf65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue