orca r4463 - in trunk: . src/orca



Author: wwalker
Date: Fri Jan 23 17:39:14 2009
New Revision: 4463
URL: http://svn.gnome.org/viewvc/orca?rev=4463&view=rev

Log:
Fix for bug #568875 - Pressing "Apply" button in preferences dialog causes autostart option to be checked


Modified:
   trunk/ChangeLog
   trunk/src/orca/orca_gui_prefs.py

Modified: trunk/src/orca/orca_gui_prefs.py
==============================================================================
--- trunk/src/orca/orca_gui_prefs.py	(original)
+++ trunk/src/orca/orca_gui_prefs.py	Fri Jan 23 17:39:14 2009
@@ -4035,7 +4035,8 @@
 
         try:
             status = settings.setOrcaAutostart(self.enableAutostart)
-            self.get_widget("autostartOrcaCheckbutton").set_active(status)
+            self.get_widget("autostartOrcaCheckbutton").set_active(\
+                settings.isOrcaAutostarted())
         except:
             # If we are pressing Apply or OK from an application preferences
             # dialog (rather than the general Orca preferences), then there



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