[orca-devel] a possible bug?
- From: jose vilmar estacio de souza <vilmar informal com br>
- To: orca devel <orca-devel-list gnome org>
- Subject: [orca-devel] a possible bug?
- Date: Tue, 27 Jul 2010 22:46:40 -0300
Hi all.
Could someone check?
In the file focus_tracking_presenter.py in the function _dequeueEvent,
w'e have the following code:
except Queue.Empty:
debug.println(debug.LEVEL_SEVERE,
"focus_tracking_presenter:_dequeueEvent: " \
+ " the event queue is empty!")
rerun = False # destroy and don't call again
I think that we should set the variable self._gidleId to 0 so that the
following code in _enqueueEvent can work:
if asyncMode and (not self._gidleId):
if settings.gilSleepTime:
time.sleep(settings.gilSleepTime)
self._gidleId = gobject.idle_add(self._dequeueEvent)
Thoughts?
Thanks.
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]