remove GTK Warning in #2426

This commit is contained in:
Yann Leboulanger 2006-09-22 09:17:37 +00:00
parent 7abd1010ff
commit bbc3aa4de3
1 changed files with 0 additions and 1 deletions

View File

@ -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: