diff --git a/src/config.py b/src/config.py index f033f16a9..df081744e 100644 --- a/src/config.py +++ b/src/config.py @@ -1871,7 +1871,7 @@ class GroupchatConfigWindow(DataFormWindow): liststore = gtk.ListStore(str) self.affiliation_treeview = gtk.TreeView(liststore) - self.affiliation_treeview.set_header_visible(False) + self.affiliation_treeview.set_headers_visible(False) renderer = gtk.CellRendererText() col = gtk.TreeViewColumn(_('JID'), renderer) col.add_attribute(renderer, 'text', 0)