[pyatspi2] Fix error with cache slots introduced in last commit



commit e994aece87ca67bfe084ab932f1799312897d257
Author: Mike Gorse <mgorse novell com>
Date:   Mon Apr 5 16:56:03 2010 -0400

    Fix error with cache slots introduced in last commit

 pyatspi/cache.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/cache.py b/pyatspi/cache.py
index a110948..cbc425e 100644
--- a/pyatspi/cache.py
+++ b/pyatspi/cache.py
@@ -44,7 +44,7 @@ class _CacheData(object):
                         'name',
                         'description',
                         'state',
-                        'toolkitName',	# TODO; do this differently
+                        'extraData'
                     ]
 
         def __init__(self, data):



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