mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
Fix saving hostlist on host remove
This commit is contained in:
parent
6cd05fbbc9
commit
4d2c6881f8
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ class ConnectionManager(component.Component):
|
||||||
self.__update_list()
|
self.__update_list()
|
||||||
|
|
||||||
# Save the host list
|
# Save the host list
|
||||||
self.save()
|
self.__save_hostlist()
|
||||||
|
|
||||||
def on_button_startdaemon_clicked(self, widget):
|
def on_button_startdaemon_clicked(self, widget):
|
||||||
log.debug("on_button_startdaemon_clicked")
|
log.debug("on_button_startdaemon_clicked")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue