[orca/new-settings] Remove extra self. added by mistake



commit ed6609a277636447c9dc24986d7f4c2bc5302712
Author: Juanje Ojeda <jojeda emergya es>
Date:   Mon Oct 25 00:48:43 2010 +0200

    Remove extra self. added by mistake

 src/orca/settings_manager.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/settings_manager.py b/src/orca/settings_manager.py
index 8dc0064..3321db7 100644
--- a/src/orca/settings_manager.py
+++ b/src/orca/settings_manager.py
@@ -112,19 +112,19 @@ class SettingsManager():
         """Get from the active backend the general settings for
         the current profile"""
         generalSettings = self._backend.getGeneral(self.profile)
-        self.self.profileGeneral = generalSettings
+        self.profileGeneral = generalSettings
 
     def _getPronunciations(self):
         """Get from the active backend the pronunciations settings for
         the current profile"""
         pronunciationsSettings = self._backend.getPronunciations(self.profile)
-        self.self.profilePronunciations = pronunciationsSettings
+        self.profilePronunciations = pronunciationsSettings
 
     def _getKeybindings(self):
         """Get from the active backend the keybindings settings for
         the current profile"""
         keybindingsSettings = self._backend.getKeybindings(self.profile)
-        self.self.profileKeybindings = keybindingsSettings
+        self.profileKeybindings = keybindingsSettings
 
     def _loadProfileSettings(profile=None):
         """Get from the active backend all the settings for the current



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