orca r4464 - in branches/gnome-2-24: . src/orca
- From: wwalker svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4464 - in branches/gnome-2-24: . src/orca
- Date: Fri, 23 Jan 2009 18:09:43 +0000 (UTC)
Author: wwalker
Date: Fri Jan 23 18:09:43 2009
New Revision: 4464
URL: http://svn.gnome.org/viewvc/orca?rev=4464&view=rev
Log:
Fix for bug #568875 - Pressing "Apply" button in preferences dialog causes autostart option to be checked
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/src/orca/orca_gui_prefs.py
Modified: branches/gnome-2-24/src/orca/orca_gui_prefs.py
==============================================================================
--- branches/gnome-2-24/src/orca/orca_gui_prefs.py (original)
+++ branches/gnome-2-24/src/orca/orca_gui_prefs.py Fri Jan 23 18:09:43 2009
@@ -4000,7 +4000,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]