Preferences/__init__.py

branch
5_1_x
changeset 1426
6f788822a83e
parent 1420
5ffa91a5bf4c
child 1510
e75ecf2bd9dd
--- a/Preferences/__init__.py	Sat Nov 05 11:08:35 2011 +0100
+++ b/Preferences/__init__.py	Sat Nov 05 11:19:51 2011 +0100
@@ -29,7 +29,7 @@
 import QScintilla.Lexers
 
 from Globals import settingsNameOrganization, settingsNameGlobal, settingsNameRecent, \
-    isWindowsPlatform, isLinuxPlatform, isMacPlatform
+    isWindowsPlatform, isLinuxPlatform
 
 from Project.ProjectBrowserFlags import SourcesBrowserFlag, FormsBrowserFlag, \
     ResourcesBrowserFlag, TranslationsBrowserFlag, InterfacesBrowserFlag, \
@@ -201,8 +201,6 @@
         "LogStdErrColour" : QtGui.QColor(QtCore.Qt.red),
     }
     viewProfilesLength = len(uiDefaults["ViewProfiles"]["edit"][2])
-    if isMacPlatform():
-        uiDefaults["ViewManager"] = "listspace"
     
     iconsDefaults = {
         "Path" : [],

eric ide

mercurial