[orca/new-settings] Fix bug with multiple profiles storing.



commit f69494d2159cdbaa806108bf26feb0c3f6631393
Author: Alejandro Leiva <aleiva emergya es>
Date:   Wed Oct 27 17:59:27 2010 +0200

    Fix bug with multiple profiles storing.

 src/orca/backends/yaml_backend.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/backends/yaml_backend.py b/src/orca/backends/yaml_backend.py
index 2e74106..d5a11e4 100644
--- a/src/orca/backends/yaml_backend.py
+++ b/src/orca/backends/yaml_backend.py
@@ -66,8 +66,6 @@ class Backend:
         if profile is None:
             profile = 'default'
 
-        self._getSettings()
-
         general['pronunciations'] = pronunciations
         general['keybindings'] = keybindings
 



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