Make sure we have a config loaded in the connection manager. Fixes #1819.
This commit is contained in:
parent
39978d5ade
commit
a063095dad
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue