Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jens Korte
gajim-plugins
Commits
a2ccd5d4
Commit
a2ccd5d4
authored
May 02, 2018
by
Yann Leboulanger
Browse files
[birthday_reminder] Fix notifications
parent
ba27de7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
birthday_reminder/plugin.py
View file @
a2ccd5d4
...
...
@@ -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
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment