mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-24 02:11:06 +00:00
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…
x
Reference in New Issue
Block a user