From c85c5a2d72bded035389c93a275bee0aaef11f60 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Wed, 24 Aug 2011 21:42:37 +0300 Subject: [PATCH] clients_icons plugin.clients icons temporary disabled in groupchats --- 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 51064b3..fd873ab 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -170,6 +170,8 @@ class ClientsIconsPlugin(GajimPlugin): @log_calls('ClientsIconsPlugin') def connect_with_groupchat_control(self, chat_control): + if not self.config['show_in_groupchats']: + return chat_control.nb_ext_renderers += 1 chat_control.columns += [gtk.gdk.Pixbuf] self.groupchats_tree_is_transformed = True