--- a/Preferences/__init__.py Sat Nov 05 11:12:17 2011 +0100 +++ b/Preferences/__init__.py Sat Nov 05 11:19:51 2011 +0100 @@ -32,7 +32,7 @@ import QScintilla.Lexers from Globals import settingsNameOrganization, settingsNameGlobal, settingsNameRecent, \ - isWindowsPlatform, isLinuxPlatform, isMacPlatform, findPython2Interpreters + isWindowsPlatform, isLinuxPlatform, findPython2Interpreters from Project.ProjectBrowserFlags import SourcesBrowserFlag, FormsBrowserFlag, \ ResourcesBrowserFlag, TranslationsBrowserFlag, InterfacesBrowserFlag, \ @@ -206,8 +206,6 @@ "LogStdErrColour": QColor(Qt.red), } viewProfilesLength = len(uiDefaults["ViewProfiles"]["edit"][2]) - if isMacPlatform(): - uiDefaults["ViewManager"] = "listspace" iconsDefaults = { "Path": [],