missing return
This commit is contained in:
parent
ffa078ec03
commit
349048d937
1 changed files with 1 additions and 0 deletions
|
@ -2012,6 +2012,7 @@ class RosterWindow:
|
||||||
elif event.type_ == 'file-hash-error':
|
elif event.type_ == 'file-hash-error':
|
||||||
ft.show_hash_error(jid, data, account)
|
ft.show_hash_error(jid, data, account)
|
||||||
gajim.events.remove_events(account, jid, event)
|
gajim.events.remove_events(account, jid, event)
|
||||||
|
return True
|
||||||
elif event.type_ == 'file-completed':
|
elif event.type_ == 'file-completed':
|
||||||
ft.show_completed(jid, data)
|
ft.show_completed(jid, data)
|
||||||
gajim.events.remove_events(account, jid, event)
|
gajim.events.remove_events(account, jid, event)
|
||||||
|
|
Loading…
Add table
Reference in a new issue