Skip to content
Snippets Groups Projects
Commit 751a6fe4 authored by nkour's avatar nkour
Browse files

rm buttons from latest version notification-daemon popups. fixes #1537

parent 468b5d60
No related branches found
No related tags found
No related merge requests found
......@@ -159,8 +159,9 @@ class DesktopNotification:
if version >= ( 0, 3, 2):
self.id = self.notif.Notify(dbus.String(_('Gajim')),
dbus.UInt32(0), dbus.String(path_to_image),
dbus.String(event_type), dbus.String(text), (dbus.String(ntype),
dbus.String(event_type)), {}, dbus.UInt32(timeout*1000))
dbus.String(event_type), dbus.String(text),
(dbus.String('default'), dbus.String(event_type)), {},
dbus.UInt32(timeout*1000))
else:
self.id = self.notif.Notify(dbus.String(_('Gajim')),
dbus.String(path_to_image), dbus.UInt32(0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment