From 02d102008d450fdc1a55aca2d67c0bcb5a23133a Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 18 Nov 2005 15:06:10 +0000 Subject: [PATCH] 5 seconds as old-style --- src/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notify.py b/src/notify.py index 45af0d485..793155ce0 100644 --- a/src/notify.py +++ b/src/notify.py @@ -144,7 +144,7 @@ def dbus_notify(event_type, jid, account, msg_type = '', file_props = None): notif.Notify(dbus.String(_('Gajim')), dbus.String(path), dbus.UInt32(0), ntype, dbus.Byte(0), dbus.String(event_type), dbus.String(txt), - [dbus.String(path)], [''], [''], True, dbus.UInt32(3)) + [dbus.String(path)], [''], [''], True, dbus.UInt32(5)) def notify(event_type, jid, account, msg_type = '', file_props = None): if dbus_available():