[pyatspi2] Correct marshalling of object:property-change:accessible-parent



commit 42d9676bd12c78c2880e87b776a52c566c551228
Author: Mike Gorse <mgorse novell com>
Date:   Wed Apr 7 11:28:03 2010 -0400

    Correct marshalling of object:property-change:accessible-parent

 pyatspi/appevent.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/appevent.py b/pyatspi/appevent.py
index 01c8347..b6141f6 100644
--- a/pyatspi/appevent.py
+++ b/pyatspi/appevent.py
@@ -199,7 +199,7 @@ def event_type_to_signal_reciever(bus, factory, event_handler, event_type):
                 if   type.is_subtype (EventType ("object:bounds-changed")):
                         any_data = BoundingBox(*any_data)
                 elif (type.is_subtype (EventType ("object:children-changed")) or
-                      type.is_subtype (EventType ("object:property-change:parent"))):
+                      type.is_subtype (EventType ("object:property-change:accessible-parent"))):
                         data_name, data_path = any_data;
                         any_data = factory (data_name, data_path, interfaces.ATSPI_ACCESSIBLE)
 



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