mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Update the host list on initialization.
This commit is contained in:
parent
ea3d25e8e1
commit
25d2f99ece
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue