[orca/new-settings] Added a return True at the end of saveSettings.
- From: Alejandro Leiva <aleiva src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings] Added a return True at the end of saveSettings.
- Date: Thu, 28 Oct 2010 20:36:50 +0000 (UTC)
commit 64bad16bce51bd4e92e62a86843d65804618f6a4
Author: Alejandro Leiva <aleiva emergya es>
Date: Thu Oct 28 22:36:39 2010 +0200
Added a return True at the end of saveSettings.
src/orca/settings_manager.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/settings_manager.py b/src/orca/settings_manager.py
index aa81b8d..95e3657 100644
--- a/src/orca/settings_manager.py
+++ b/src/orca/settings_manager.py
@@ -324,6 +324,7 @@ class SettingsManager():
self.profileGeneral,
self.profilePronunciations,
self.profileKeybindings)
+ return True
def _adjustBindingTupleValues(self, bindingTuple):
"""Converts the values of bindingTuple into KeyBinding-ready values."""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]