5 seconds as old-style

This commit is contained in:
Nikos Kouremenos 2005-11-18 15:06:10 +00:00
parent f5e22fbbfa
commit 02d102008d
1 changed files with 1 additions and 1 deletions

View File

@ -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():