From 5a6bcc04e4a0b0088b7ca08c2a782fbc1212d674 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 12 Feb 2011 18:04:24 +0100 Subject: GUI refactoring (now Thrift powered), closes #233 please test! --- module/gui/ConnectionManager.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/gui/ConnectionManager.py') diff --git a/module/gui/ConnectionManager.py b/module/gui/ConnectionManager.py index 92c1540d7..c101a7add 100644 --- a/module/gui/ConnectionManager.py +++ b/module/gui/ConnectionManager.py @@ -61,6 +61,7 @@ class ConnectionManager(QWidget): form.setAlignment(Qt.AlignRight) checkbox = QCheckBox() + checkbox.setDisabled(True) form.addRow(_("Use internal Core:"), checkbox) boxLayout.addLayout(form) -- cgit v1.2.3