Update the host list on initialization.

This commit is contained in:
Andrew Resch 2008-03-02 06:50:34 +00:00
parent ea3d25e8e1
commit 25d2f99ece

View file

@ -117,6 +117,8 @@ class ConnectionManager(component.Component):
self.hostlist.get_selection().connect("changed",
self.on_selection_changed)
self._update()
# Auto connect to a host if applicable
if self.gtkui_config["autoconnect"] and \
self.gtkui_config["autoconnect_host_uri"] != None: