From 7cb69e6207bea8384a83f6b130cb7062c15c7002 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Wed, 5 Sep 2012 19:12:12 +0400 Subject: [PATCH] PluginInstallerPlugin. coding style --- plugin_installer/plugin_installer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin_installer/plugin_installer.py b/plugin_installer/plugin_installer.py index 60a22c6..7360cce 100644 --- a/plugin_installer/plugin_installer.py +++ b/plugin_installer/plugin_installer.py @@ -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')