mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-28 20:25:10 +00:00
fix problem that sometimes occured when switching back and forth between daemons without disconnecting first
This commit is contained in:
parent
d4bbece86e
commit
e09a8f79a8
@ -448,6 +448,7 @@ class ConnectionManager(component.Component):
|
||||
|
||||
def on_button_connect_clicked(self, widget):
|
||||
log.debug("on_button_connect_clicked")
|
||||
component.stop()
|
||||
paths = self.hostlist.get_selection().get_selected_rows()[1]
|
||||
row = self.liststore.get_iter(paths[0])
|
||||
status = self.liststore.get_value(row, HOSTLIST_COL_STATUS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user