clients_icons plugin.clients icons temporary disabled in groupchats

This commit is contained in:
Denis Fomin
2011-08-24 21:42:37 +03:00
parent 6449b5c764
commit c85c5a2d72

View File

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