From bbc3aa4de336bb04f5862371e9e9ae2a42f967b3 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 22 Sep 2006 09:17:37 +0000 Subject: [PATCH] remove GTK Warning in #2426 --- src/disco.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/disco.py b/src/disco.py index 5661e4ca1..e0f928f91 100644 --- a/src/disco.py +++ b/src/disco.py @@ -453,7 +453,6 @@ _('Without a connection, you can not browse available services')) liststore = gtk.ListStore(str) self.address_comboboxentry.set_model(liststore) - self.address_comboboxentry.set_text_column(0) self.latest_addresses = gajim.config.get( 'latest_disco_addresses').split() if jid in self.latest_addresses: