[jim] fix typo

This commit is contained in:
Nikos Kouremenos 2006-03-27 23:07:07 +00:00
parent a91654ba9b
commit 27c59575cf
1 changed files with 1 additions and 1 deletions

View File

@ -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: