mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Fix autoconnecting to the next host in the list if the selected one isn't available
This commit is contained in:
parent
940bc4a3dc
commit
234863b664
2 changed files with 6 additions and 4 deletions
|
@ -8,6 +8,7 @@
|
||||||
* Fix disabling/enabling plugins after switching daemons
|
* Fix disabling/enabling plugins after switching daemons
|
||||||
* Reduce height of Add Torrent Dialog by ~80 pixels
|
* Reduce height of Add Torrent Dialog by ~80 pixels
|
||||||
* Fix #1071 issue where Deluge will fail to start if there is a stale ipc lockfile
|
* Fix #1071 issue where Deluge will fail to start if there is a stale ipc lockfile
|
||||||
|
* Fix autoconnecting to the next host in the list if the selected one isn't available
|
||||||
|
|
||||||
==== Web ====
|
==== Web ====
|
||||||
* Fix installing the deluge-web manpage
|
* Fix installing the deluge-web manpage
|
||||||
|
|
|
@ -331,6 +331,7 @@ Please see the details below for more information."), details=traceback.format_e
|
||||||
|
|
||||||
if try_connect:
|
if try_connect:
|
||||||
do_connect()
|
do_connect()
|
||||||
|
break
|
||||||
|
|
||||||
if self.config["show_connection_manager_on_start"]:
|
if self.config["show_connection_manager_on_start"]:
|
||||||
# XXX: We need to call a simulate() here, but this could be a bug in twisted
|
# XXX: We need to call a simulate() here, but this could be a bug in twisted
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue