[orca/new-settings] Commented out the conversion from strings to the constant for making work again the settings. But we



commit 890671858d144a9bb8f32a3ccaffde55fc9f6671
Author: Juanje Ojeda <jojeda emergya es>
Date:   Wed Oct 27 01:04:14 2010 +0200

    Commented out the conversion from strings to the constant for making work again the settings. But we leave there the getRealValues() method for trying the conversions constant-strings, so we can store the name of the constant in the backends and leave as non strings at settings.py.

 src/orca/settings_manager.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/settings_manager.py b/src/orca/settings_manager.py
index 735923e..855f947 100644
--- a/src/orca/settings_manager.py
+++ b/src/orca/settings_manager.py
@@ -359,8 +359,8 @@ def getRealValues(prefs):
     general settings dictionary.
     prefs is a dictionary with the userCustomizableSettings keys
     and values."""
-    for key in prefs.keys():
-        prefs[key] = getValueForKey(prefs, key)
+    #for key in prefs.keys():
+    #    prefs[key] = getValueForKey(prefs, key)
     from pprint import pprint
     pprint(prefs)
     return prefs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]