small bugfix
This commit is contained in:
parent
4f8984ad7e
commit
fd7bebe016
|
@ -120,6 +120,7 @@ text=None, timeout=-1):
|
|||
notification.set_timeout(timeout*1000)
|
||||
|
||||
notification.set_category(event_type)
|
||||
notification._data = {}
|
||||
notification._data.event_type = event_type
|
||||
notification._data.jid = jid
|
||||
notification._data.account = account
|
||||
|
|
Loading…
Reference in New Issue