put back workaround for gc roster

This commit is contained in:
Nikos Kouremenos 2006-03-15 12:28:46 +00:00
parent e9325a6c5f
commit 184680f988
1 changed files with 6 additions and 6 deletions

View File

@ -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('')