Fixed an issue in the preferences return a wrong value type for "ShowExceptionInShell". 6_0_x

Mon, 05 Jan 2015 16:16:04 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 05 Jan 2015 16:16:04 +0100
branch
6_0_x
changeset 4032
cca03ed87a9c
parent 4030
c120b267fc0f
child 4034
bcee35dbbce0

Fixed an issue in the preferences return a wrong value type for "ShowExceptionInShell".
(grafted from be292b1bfa1a586d2a324342afc6e41abf6d29eb)

Preferences/__init__.py file | annotate | diff | comparison | revisions
--- a/Preferences/__init__.py	Fri Jan 02 14:56:04 2015 +0100
+++ b/Preferences/__init__.py	Mon Jan 05 16:16:04 2015 +0100
@@ -1282,7 +1282,7 @@
                "ConsoleDbgEnabled", "PathTranslation",
                "Autosave", "ThreeStateBreakPoints",
                "SuppressClientExit", "BreakAlways",
-               "AutoViewSourceCode",
+               "AutoViewSourceCode", "ShowExceptionInShell",
                ]:
         return toBool(prefClass.settings.value(
             "Debugger/" + key, prefClass.debuggerDefaults[key]))

eric ide

mercurial