orca r3469 - in trunk: . src/orca



Author: wwalker
Date: Thu Jan 17 14:38:07 2008
New Revision: 3469
URL: http://svn.gnome.org/viewvc/orca?rev=3469&view=rev

Log:
Fix for bug 510019 - Orca can continue trying to dequeue events when queue is empty (thanks Mike Gorse!)


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	Thu Jan 17 14:38:07 2008
@@ -873,6 +873,7 @@
             debug.println(debug.LEVEL_SEVERE,
                           "focus_tracking_presenter:_dequeueEvent: " \
                           + " the event queue is empty!")
+            rerun = False # destroy and don't call again
         except:
             debug.printException(debug.LEVEL_SEVERE)
 



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