File Transfert error are also shown in roster instead of only in systray. See #1553

This commit is contained in:
Yann Leboulanger 2006-02-27 11:27:53 +00:00
parent 5cf1fcfa0f
commit 6c34669780
1 changed files with 1 additions and 0 deletions

View File

@ -987,6 +987,7 @@ class Interface:
'''add an event to the awaiting_events var'''
# We add it to the awaiting_events queue
# Do we have a queue?
jid = gajim.get_jid_without_resource(jid)
qs = gajim.awaiting_events[account]
no_queue = False
if not qs.has_key(jid):