fix for #1869. More compound one will include
removing of notification windows, but I guess it is not a good idea to do it for 0.10
This commit is contained in:
parent
3a27a78e36
commit
aba2527be4
|
@ -2447,6 +2447,8 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
|||
|
||||
def open_event(self, account, jid, event):
|
||||
'''If an event was handled, return True, else return False'''
|
||||
if not event:
|
||||
return False
|
||||
typ = event[0]
|
||||
data = event[1]
|
||||
ft = gajim.interface.instances['file_transfers']
|
||||
|
|
Loading…
Reference in New Issue