mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +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()
|
||||
|
||||
# Save the host list
|
||||
self.save()
|
||||
self.__save_hostlist()
|
||||
|
||||
def on_button_startdaemon_clicked(self, widget):
|
||||
log.debug("on_button_startdaemon_clicked")
|
||||
|
|
Loading…
Add table
Reference in a new issue