[birthday_reminder] Fix notifications

This commit is contained in:
Yann Leboulanger
2018-05-02 14:05:27 +02:00
parent ba27de7f7e
commit a2ccd5d4ea

View File

@@ -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 = []