This commit is contained in:
Yann Leboulanger 2005-11-12 20:56:44 +00:00
parent a67d009497
commit d97125de42
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class RosterWindow:
% (colorstring, gtkgui_helpers.escape_for_pango_markup(status)) % (colorstring, gtkgui_helpers.escape_for_pango_markup(status))
state_images = self.get_appropriate_state_images(jid) state_images = self.get_appropriate_state_images(jid)
icon_name = helpers.get_icon_name_to_show(account, contact) icon_name = helpers.get_icon_name_to_show(contact, account)
img = state_images[icon_name] img = state_images[icon_name]
#FIXME: here it gets called to often #FIXME: here it gets called to often