prevent traceback. Fixes #7572
This commit is contained in:
parent
5095bc6598
commit
a7a8354402
|
@ -1688,6 +1688,8 @@ class Interface:
|
|||
event = gajim.events.get_first_event(account, fjid, type_)
|
||||
if not event:
|
||||
event = gajim.events.get_first_event(account, jid, type_)
|
||||
if not event:
|
||||
return
|
||||
|
||||
if type_ == 'printed_pm':
|
||||
ctrl = event.parameters[2]
|
||||
|
|
Loading…
Reference in New Issue