prevent TB on GC vcard info

This commit is contained in:
Dimitur Kirov 2005-09-06 13:44:29 +00:00
parent c99093c203
commit 5c306c9ba5
1 changed files with 2 additions and 1 deletions

View File

@ -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