prevent TB on GC vcard info
This commit is contained in:
parent
c99093c203
commit
5c306c9ba5
1 changed files with 2 additions and 1 deletions
|
@ -610,7 +610,8 @@ class Interface:
|
|||
array['resource']]
|
||||
if win:
|
||||
win.set_avatar(array)
|
||||
self.remote.raise_signal('VcardInfo', (account, array))
|
||||
if self.remote is not None:
|
||||
self.remote.raise_signal('VcardInfo', (account, array))
|
||||
|
||||
def handle_event_os_info(self, account, array):
|
||||
win = None
|
||||
|
|
Loading…
Add table
Reference in a new issue