From 182490359c291f199f946e34f16e9cd2a6ff913d Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Tue, 28 Feb 2006 10:54:14 +0000 Subject: [PATCH] show the correct status icon, not the one from helpers --- src/tooltips.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tooltips.py b/src/tooltips.py index 40e7a3126..50f112a58 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -420,9 +420,8 @@ class RosterTooltip(NotificationAreaTooltip): # primary contact prim_contact = gajim.contacts.get_highest_prio_contact_from_contacts( contacts) - # try to find the image for the contact status - icon_name = helpers.get_icon_name_to_show(prim_contact) + icon_name = prim_contact.show state_file = icon_name.replace(' ', '_') transport = gajim.get_transport_name_from_jid(prim_contact.jid) if transport: