ClientsIconsPlugin. Don,t show client icon in tooltip for minimized group chats

This commit is contained in:
Denis Fomin
2012-11-15 13:03:25 +04:00
parent cfbe269157
commit 9d4f1f114d

View File

@@ -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