From a802edbf65480e9e866ebfa43fb2d020a4df8771 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 15 Mar 2009 12:11:50 +0000 Subject: [PATCH] fix typo in dbus handling. Fixes #4905 --- src/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notify.py b/src/notify.py index 0da0c972d..179231df6 100644 --- a/src/notify.py +++ b/src/notify.py @@ -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