[orca/orca-gnome3: 76/87] Fixing mag plugins dependency check
- From: Alejandro Leiva <aleiva src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/orca-gnome3: 76/87] Fixing mag plugins dependency check
- Date: Fri, 1 Apr 2011 11:19:11 +0000 (UTC)
commit 37dfe562ffbcb51568ab3fe92378092a50d855f8
Author: José Ignacio �lvarez Ruiz <jialvarez emergya es>
Date: Thu Mar 31 13:58:35 2011 +0200
Fixing mag plugins dependency check
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 26ea28e..eff47c3 100644
--- a/src/orca/orca_gui_prefs.py
+++ b/src/orca/orca_gui_prefs.py
@@ -2325,8 +2325,8 @@ class OrcaSetupGUI(orca_gtkbuilder.GtkBuilderWrapper):
# NA: hardcode!!! change this by the correct value
# obtained by the name 'magPlugin' and 'gsmagPlugin'!
- orca_magnifier = self.plugins_store[3][0]
- gs_magnifier = self.plugins_store[2][0]
+ orca_magnifier = self.plugins_store[2][0]
+ gs_magnifier = self.plugins_store[3][0]
mag_exception = False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]