Skip to content
Snippets Groups Projects
Commit 27c59575 authored by nkour's avatar nkour
Browse files

[jim] fix typo

parent a91654ba
No related branches found
No related tags found
No related merge requests found
......@@ -395,7 +395,7 @@ class Interface:
if not gajim.awaiting_events[account].has_key(jid) and \
gajim.config.get('notify_on_signin') and \
gajim.allow_notifications[account]:
if helpers.allow_showing_notification():
if helpers.allow_showing_notification(account):
transport_name = gajim.get_transport_name_from_jid(jid)
img = None
if transport_name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment