From d97125de4273b73bc0fddfe38abdb5f6df6be865 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 12 Nov 2005 20:56:44 +0000 Subject: [PATCH] fix TB --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 383f0057e..d56fe3009 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -258,7 +258,7 @@ class RosterWindow: % (colorstring, gtkgui_helpers.escape_for_pango_markup(status)) 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] #FIXME: here it gets called to often