[pyatspi2] Temporarily switch off re-entrancy.



commit a99d81be236c2afd38dcae5eeb3811bebea3c6c9
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Mon Jan 11 10:27:20 2010 -0800

    Temporarily switch off re-entrancy.

 pyatspi/busutils/bus.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pyatspi/busutils/bus.py b/pyatspi/busutils/bus.py
index 9646153..63ceebf 100644
--- a/pyatspi/busutils/bus.py
+++ b/pyatspi/busutils/bus.py
@@ -83,8 +83,8 @@ class _AccessibilityBus (_bus.BusConnection):
 		return _bus.BusConnection.add_signal_receiver (self, wrapper, *args, **kwargs)
 
 	def get_object (self, name, path):
-		#return _connection.ProxyObject (self, name, path, introspect=False)
-		return AccessibilityProxy (self, name, path, introspect=False)
+		return _connection.ProxyObject (self, name, path, introspect=False)
+		#return AccessibilityProxy (self, name, path, introspect=False)
 
 
 class AccessibilityBus (_AccessibilityBus):



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