[pyatspi2] Fix an event bug



commit 687c390b22570f297ce86b2adfc06bd8f5ec6542
Author: Mike Gorse <mgorse novell com>
Date:   Tue Jan 19 17:29:42 2010 -0500

    Fix an event bug

 pyatspi/cache.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/cache.py b/pyatspi/cache.py
index a95c52c..502d241 100644
--- a/pyatspi/cache.py
+++ b/pyatspi/cache.py
@@ -250,7 +250,7 @@ class AccessibleCache(object):
                 except Exception:
                         return False
 
-        def _update_object (self, object):
+        def _update_object (self, data):
                 #First element is the object path.
                 path = data[0]
                 self._objects[path] = _CacheData (data)



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