Skip to content
Snippets Groups Projects
Commit 184680f9 authored by nkour's avatar nkour
Browse files

put back workaround for gc roster

parent e9325a6c
No related branches found
No related tags found
No related merge requests found
......@@ -185,12 +185,12 @@ class GroupchatControl(ChatControlBase):
self.list_treeview.append_column(column)
# workaround to avoid gtk arrows to be shown
#column = gtk.TreeViewColumn() # 2nd COLUMN
#renderer = gtk.CellRendererPixbuf()
#column.pack_start(renderer, expand = False)
#self.list_treeview.append_column(column)
#column.set_visible(False)
#self.list_treeview.set_expander_column(column)
column = gtk.TreeViewColumn() # 2nd COLUMN
renderer = gtk.CellRendererPixbuf()
column.pack_start(renderer, expand = False)
self.list_treeview.append_column(column)
column.set_visible(False)
self.list_treeview.set_expander_column(column)
# set an empty subject to show the room_jid
self.set_subject('')
......
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