fix logic
This commit is contained in:
parent
9f22f5081d
commit
85cd5634ff
|
@ -1576,8 +1576,8 @@ _('If "%s" accepts this request you will know his status.') %jid)
|
||||||
if qs.has_key(jid):
|
if qs.has_key(jid):
|
||||||
no_queue = False
|
no_queue = False
|
||||||
popup = False
|
popup = False
|
||||||
if autopopupaway or (autopopup and gajim.connections[account].connected \
|
if autopopup and (autopopupaway or gajim.connections[account].connected \
|
||||||
in (2, 3)):
|
> 3):
|
||||||
popup = True
|
popup = True
|
||||||
|
|
||||||
if msg_type == 'normal': # it's single message
|
if msg_type == 'normal': # it's single message
|
||||||
|
|
Loading…
Reference in New Issue