--- a/UI/UserInterface.py Sun Nov 27 19:38:09 2011 +0100 +++ b/UI/UserInterface.py Mon Nov 28 20:03:49 2011 +0100 @@ -4952,7 +4952,7 @@ @param pageName name of the configuration page to show (string) """ - dlg = ConfigurationDialog(self, 'Configuration') ##, True) + dlg = ConfigurationDialog(self, 'Configuration') dlg.preferencesChanged.connect(self.__preferencesChanged) dlg.masterPasswordChanged.connect(self.__masterPasswordChanged) dlg.show()