missing return

This commit is contained in:
Yann Leboulanger 2013-11-27 18:20:49 +01:00
parent ffa078ec03
commit 349048d937
1 changed files with 1 additions and 0 deletions

View File

@ -2012,6 +2012,7 @@ class RosterWindow:
elif event.type_ == 'file-hash-error':
ft.show_hash_error(jid, data, account)
gajim.events.remove_events(account, jid, event)
return True
elif event.type_ == 'file-completed':
ft.show_completed(jid, data)
gajim.events.remove_events(account, jid, event)