Update the host list on initialization.
This commit is contained in:
parent
ea3d25e8e1
commit
25d2f99ece
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user