Skip to content
Snippets Groups Projects
Commit bbc3aa4d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove GTK Warning in #2426

parent 7abd1010
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment