mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Make sure we have a config loaded in the connection manager. Fixes #1819.
This commit is contained in:
parent
39978d5ade
commit
a063095dad
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue