summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/connectionmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtkui/connectionmanager.py')
-rw-r--r--deluge/ui/gtkui/connectionmanager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deluge/ui/gtkui/connectionmanager.py b/deluge/ui/gtkui/connectionmanager.py
index 28eab091a..f60cdfc85 100644
--- a/deluge/ui/gtkui/connectionmanager.py
+++ b/deluge/ui/gtkui/connectionmanager.py
@@ -311,7 +311,6 @@ class ConnectionManager(component.Component):
# Return if the deferred callback was done after the dialog was closed
if not self.running:
return
-
row = self.__get_host_row(host_id)
def on_info(info, c):
if not self.running: