From 1d834cf9f509244f836a6cd620d1270ea733928a Mon Sep 17 00:00:00 2001 From: lovetox Date: Sat, 8 Jan 2022 14:40:40 +0100 Subject: [PATCH] [birthday_reminder] Adpat to Gajim changes --- birthday_reminder/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/birthday_reminder/plugin.py b/birthday_reminder/plugin.py index 72e355e..9c10707 100644 --- a/birthday_reminder/plugin.py +++ b/birthday_reminder/plugin.py @@ -126,10 +126,10 @@ class BirthDayPlugin(GajimPlugin): app.ged.raise_event( Notification(account=account, jid=jid, - notif_type='reminder', - icon_name='trophy-gold', + type='reminder', title=TITLE, - text=TEXT % name)) + text=TEXT % name, + icon_name='trophy-gold')) return True @staticmethod