File Transfert error are also shown in roster instead of only in systray. See #1553
This commit is contained in:
parent
5cf1fcfa0f
commit
6c34669780
1 changed files with 1 additions and 0 deletions
|
@ -987,6 +987,7 @@ class Interface:
|
||||||
'''add an event to the awaiting_events var'''
|
'''add an event to the awaiting_events var'''
|
||||||
# We add it to the awaiting_events queue
|
# We add it to the awaiting_events queue
|
||||||
# Do we have a queue?
|
# Do we have a queue?
|
||||||
|
jid = gajim.get_jid_without_resource(jid)
|
||||||
qs = gajim.awaiting_events[account]
|
qs = gajim.awaiting_events[account]
|
||||||
no_queue = False
|
no_queue = False
|
||||||
if not qs.has_key(jid):
|
if not qs.has_key(jid):
|
||||||
|
|
Loading…
Add table
Reference in a new issue