From 9d4f1f114dd047ba59397de08a38dbe95c67f216 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Thu, 15 Nov 2012 13:03:25 +0400 Subject: [PATCH] ClientsIconsPlugin. Don,t show client icon in tooltip for minimized group chats --- clients_icons/clients_icons.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index cead9c3..4e48979 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -239,6 +239,8 @@ class ClientsIconsPlugin(GajimPlugin): return if len(contacts) == 1 and contacts[0].jid in gajim.get_our_jids(): return + if contacts[0].is_groupchat(): + return # put contacts in dict, where key is priority num_resources = 0