[jim] fix typo
This commit is contained in:
parent
a91654ba9b
commit
27c59575cf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue