Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2011-08-24 22:42:37 +0400
committerDenis Fomin <fominde@gmail.com>2011-08-24 22:42:37 +0400
commitc85c5a2d72bded035389c93a275bee0aaef11f60 (patch)
tree99077927af6b3bb7ecf0f8ec19a2a9dda9546939 /clients_icons
parent6449b5c764f58b5985283a55ef8f18d8fae8c244 (diff)
clients_icons plugin.clients icons temporary disabled in groupchats
Diffstat (limited to 'clients_icons')
-rw-r--r--clients_icons/clients_icons.py2
1 files changed, 2 insertions, 0 deletions
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