typo: autopopup message when we are online even if we check don't autopopup when away/xa

This commit is contained in:
Yann Leboulanger 2005-12-07 21:56:44 +00:00
parent c158ffe2d4
commit 043b81cd58
1 changed files with 1 additions and 1 deletions

View File

@ -1710,7 +1710,7 @@ _('If "%s" accepts this request you will know his or her status.') %jid)
no_queue = False
popup = False
if autopopup and (autopopupaway or gajim.connections[account].connected \
> 3):
in (1, 2)):
popup = True
if msg_type == 'normal' and popup: # it's single message to be autopopuped