[orca/new-settings] Minor adjustment to correct the order of the arguments being passed to settings_manager.saveSettings
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings] Minor adjustment to correct the order of the arguments being passed to settings_manager.saveSettings
- Date: Wed, 27 Oct 2010 01:23:35 +0000 (UTC)
commit 9e0e4347d3d136d77e8ea74b986fb2186ca4df21
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Tue Oct 26 21:21:26 2010 -0400
Minor adjustment to correct the order of the arguments being passed to settings_manager.saveSettings()
src/orca/orca_gui_prefs.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/orca/orca_gui_prefs.py b/src/orca/orca_gui_prefs.py
index abe40be..37d4135 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -510,8 +510,8 @@ class OrcaSetupGUI(orca_gtkbuilder.GtkBuilderWrapper):
pronunciationDict = self.getModelDict(self.pronunciationModel)
keyBindingsDict = self.getModelDict(self.keyBindingsModel)
if _settingsManager.saveSettings(self.prefsDict,
- keyBindingsDict,
- pronunciationDict):
+ pronunciationDict,
+ keyBindingsDict):
self._presentMessage(
_("Accessibility support for GNOME has just been enabled."))
self._presentMessage(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]