From a2ccd5d4ead88d9f1d964a2efc2c51cbff9a4ccd Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 2 May 2018 14:05:27 +0200 Subject: [PATCH] [birthday_reminder] Fix notifications --- birthday_reminder/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/birthday_reminder/plugin.py b/birthday_reminder/plugin.py index d2f7e53..7fe2cb8 100644 --- a/birthday_reminder/plugin.py +++ b/birthday_reminder/plugin.py @@ -41,8 +41,8 @@ class BirthDayPlugin(GajimPlugin): except: image = None - popup('Send message', contact.jid, account, msg_type='', \ - path_to_image=image, title=title, text=text + ' ' + nick) + popup('Send message', contact.jid, account, type_='', + path_to_image=image, title=title, text=text + ' ' + nick) accounts = app.contacts.get_accounts() vcards = []