[orca/orca-gnome3: 64/87] Fixed getPlugins call from orca_gui_prefs
- From: Alejandro Leiva <aleiva src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/orca-gnome3: 64/87] Fixed getPlugins call from orca_gui_prefs
- Date: Fri, 1 Apr 2011 11:18:11 +0000 (UTC)
commit e7b43fbd622d6e7b9ed225997ee03f45546211f9
Author: Javier Hernández Antúnez <jhernandez emergya es>
Date: Wed Mar 23 18:45:11 2011 +0100
Fixed getPlugins call from orca_gui_prefs
src/orca/orca_gui_prefs.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/orca_gui_prefs.py b/src/orca/orca_gui_prefs.py
index 8be7bd7..d096765 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -2248,7 +2248,7 @@ class OrcaSetupGUI(orca_gtkbuilder.GtkBuilderWrapper):
self.plugins_store.clear()
self.currentPluginsStatus = plugins = \
- _settingsManager.getPlugins(self.prefsDict.get('activeProfile')[0])
+ _settingsManager.getPlugins(self.prefsDict.get('activeProfile')[1])
for plug in plugins:
type_str = ''
for type in plugins[plug]['type']:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]