orca r3991 - in trunk: . src/orca
- From: wwalker svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3991 - in trunk: . src/orca
- Date: Wed, 18 Jun 2008 20:53:06 +0000 (UTC)
Author: wwalker
Date: Wed Jun 18 20:53:06 2008
New Revision: 3991
URL: http://svn.gnome.org/viewvc/orca?rev=3991&view=rev
Log:
Print out ACTIVE SCRIPT information after the active script has been set, not before.
Modified:
trunk/ChangeLog
trunk/src/orca/focus_tracking_presenter.py
Modified: trunk/src/orca/focus_tracking_presenter.py
==============================================================================
--- trunk/src/orca/focus_tracking_presenter.py (original)
+++ trunk/src/orca/focus_tracking_presenter.py Wed Jun 18 20:53:06 2008
@@ -620,12 +620,12 @@
# We'll let someone else decide if it's important
# to stop speech or not.
#speech.stop()
- debug.println(debug.LEVEL_FINE, "ACTIVE SCRIPT: " \
- + orca_state.activeScript.name)
self.setActiveScript(
self.getScript(event.host_application or \
event.source.getApplication()))
+ debug.println(debug.LEVEL_FINE, "ACTIVE SCRIPT: " \
+ + orca_state.activeScript.name)
# Load in the application specific settings for the
# app for this event (if found).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]