From fd7bebe01687a33623e3b5cd96d530282bfafb7b Mon Sep 17 00:00:00 2001 From: tmolitor Date: Fri, 15 Apr 2016 02:37:58 +0200 Subject: [PATCH] small bugfix --- src/notify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notify.py b/src/notify.py index 9efcbf050..3fd5a1b72 100644 --- a/src/notify.py +++ b/src/notify.py @@ -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