This commit is contained in:
Nikos Kouremenos 2005-07-20 13:20:47 +00:00
parent 840252a367
commit d9fc6234be
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ class Interface:
array['resource']):
win = self.windows[account]['chats'][array['jid'] + '/' + \
array['resource']]
if win
if win:
win.set_avatar(array)
def handle_event_os_info(self, account, array):