mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fix a bug in the connection manager where the host list wasn't refreshed after a host was added
This commit is contained in:
parent
f1a1fdb630
commit
4b79ae8280
2 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
==== Core ====
|
||||
* Fix saving torrent state on fresh configs
|
||||
|
||||
|
||||
==== Web ====
|
||||
* Fix changing of the allocation in the preferences.
|
||||
* Fix updating the Connection Manager when a host is added.
|
||||
|
||||
==== Misc ====
|
||||
* Add man pages for deluge-console and deluge-gtk
|
||||
|
|
|
@ -307,7 +307,7 @@ Copyright:
|
|||
},
|
||||
|
||||
onHostAdded: function() {
|
||||
this.update(this);
|
||||
this.loadHosts();
|
||||
},
|
||||
|
||||
onClose: function(e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue