fixing #221
This commit is contained in:
parent
91d058fda4
commit
73f6e4d758
|
@ -177,6 +177,7 @@ class Roster_window:
|
|||
'''check jid and return the appropriate state images dict'''
|
||||
if not jid: # we don't have the jid of the contact (in gc)
|
||||
state_images = self.jabber_state_images
|
||||
else: # it's not GC so we have the jid
|
||||
if jid.find('@aim.') != -1:
|
||||
state_images = self.transports_state_images['aim']
|
||||
elif jid.find('@gadugadu.') != -1:
|
||||
|
|
Loading…
Reference in New Issue