[birthday_reminder] Adpat to Gajim changes
This commit is contained in:
@@ -126,10 +126,10 @@ class BirthDayPlugin(GajimPlugin):
|
|||||||
app.ged.raise_event(
|
app.ged.raise_event(
|
||||||
Notification(account=account,
|
Notification(account=account,
|
||||||
jid=jid,
|
jid=jid,
|
||||||
notif_type='reminder',
|
type='reminder',
|
||||||
icon_name='trophy-gold',
|
|
||||||
title=TITLE,
|
title=TITLE,
|
||||||
text=TEXT % name))
|
text=TEXT % name,
|
||||||
|
icon_name='trophy-gold'))
|
||||||
return True
|
return True
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user