PluginInstallerPlugin. coding style

This commit is contained in:
Denis Fomin
2012-09-05 19:12:12 +04:00
parent 0041d3db30
commit 7cb69e6207

View File

@@ -621,8 +621,7 @@ class PluginInstallerPluginConfigDialog(GajimPluginConfigDialog):
widget.set_text(str(self.plugin.config['ftp_server']))
self.xml.get_object('check_update').set_active(
self.plugin.config['check_update'])
self.xml.get_object('TLS').set_active(
self.plugin.config['TLS'])
self.xml.get_object('TLS').set_active(self.plugin.config['TLS'])
def on_hide(self, widget):
widget = self.xml.get_object('ftp_server')