diff --git a/deluge/ui/gtkui/connectionmanager.py b/deluge/ui/gtkui/connectionmanager.py index e28c0b751..1dfd3b401 100644 --- a/deluge/ui/gtkui/connectionmanager.py +++ b/deluge/ui/gtkui/connectionmanager.py @@ -134,6 +134,7 @@ class ConnectionManager(component.Component): """ Show the ConnectionManager dialog. """ + self.config = self.__load_config() # Get the glade file for the connection manager self.glade = gtk.glade.XML( pkg_resources.resource_filename("deluge.ui.gtkui",