Make sure we have a config loaded in the connection manager. Fixes #1819.

This commit is contained in:
Pedro Algarvio 2011-04-28 11:06:26 +01:00
parent 39978d5ade
commit a063095dad
1 changed files with 1 additions and 0 deletions

View File

@ -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",