From 7c332ae610f7feca193ba50ea900f5a417681a7b Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 5 Feb 2011 14:19:22 +0100 Subject: created unified authentication system (same data for webinterface an GUI/CLI, multiple accounts) --- module/gui/ConnectionManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/gui/ConnectionManager.py') diff --git a/module/gui/ConnectionManager.py b/module/gui/ConnectionManager.py index 021bd6bdd..92c1540d7 100644 --- a/module/gui/ConnectionManager.py +++ b/module/gui/ConnectionManager.py @@ -285,7 +285,7 @@ class ConnectionManager(QWidget): d["default"] = self.default d["name"] = self.controls["name"].text() d["local"] = self.controls["local"].isChecked() - d["ssl"] = str(self.controls["ssl"].isChecked()) + d["ssl"] = self.controls["ssl"].isChecked() d["user"] = self.controls["user"].text() d["password"] = self.controls["password"].text() d["host"] = self.controls["host"].text() -- cgit v1.2.3