Skip to content
Snippets Groups Projects
Commit c85c5a2d authored by Dicson's avatar Dicson
Browse files

clients_icons plugin.clients icons temporary disabled in groupchats

parent 6449b5c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment