[birthday_reminder] Fix notifications
This commit is contained in:
@@ -41,8 +41,8 @@ class BirthDayPlugin(GajimPlugin):
|
|||||||
except:
|
except:
|
||||||
image = None
|
image = None
|
||||||
|
|
||||||
popup('Send message', contact.jid, account, msg_type='', \
|
popup('Send message', contact.jid, account, type_='',
|
||||||
path_to_image=image, title=title, text=text + ' ' + nick)
|
path_to_image=image, title=title, text=text + ' ' + nick)
|
||||||
|
|
||||||
accounts = app.contacts.get_accounts()
|
accounts = app.contacts.get_accounts()
|
||||||
vcards = []
|
vcards = []
|
||||||
|
|||||||
Reference in New Issue
Block a user