remove commented line

This commit is contained in:
Yann Leboulanger 2005-04-06 22:53:39 +00:00
parent 3b84f1c242
commit 0a6658b90b
1 changed files with 0 additions and 1 deletions

View File

@ -678,7 +678,6 @@ class Join_groupchat_window:
cell = gtk.CellRendererText()
self.recently_combobox.pack_start(cell, True)
self.recently_combobox.add_attribute(cell, 'text', 0)
# self.recently_combobox.set_text_column(0)
self.recently_groupchat = self.plugin.config['recently_groupchat'].split()
for g in self.recently_groupchat:
self.recently_combobox.append_text(g)