[orca/gnome-2-26] Removing a debugging change that accidentally snuck in
- From: Joanmarie Diggs <joanied src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca/gnome-2-26] Removing a debugging change that accidentally snuck in
- Date: Sun, 24 May 2009 12:53:17 -0400 (EDT)
commit 0d8f6a6f284718aa824694c9fa5223041254432f
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sun May 24 12:49:47 2009 -0400
Removing a debugging change that accidentally snuck in
Removing a debugging change that accidentally snuck in.
---
src/orca/scripts/apps/ekiga.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/orca/scripts/apps/ekiga.py b/src/orca/scripts/apps/ekiga.py
index 8fe2941..51e263a 100644
--- a/src/orca/scripts/apps/ekiga.py
+++ b/src/orca/scripts/apps/ekiga.py
@@ -80,10 +80,6 @@ class Script(default.Script):
#
window = self.getTopLevel(event.source)
if not window or window.getRole() != pyatspi.ROLE_DIALOG:
- if event.source.getRole() == pyatspi.ROLE_TABLE:
- table = event.source.queryTable()
- print event.detail1, event.any_data.getIndexInParent()
-
return default.Script.onActiveDescendantChanged(self, event)
# There can be cases when the object that fires an
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]