Skip to content
Snippets Groups Projects
Commit 5c306c9b authored by dkirov's avatar dkirov
Browse files

prevent TB on GC vcard info

parent c99093c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment