[pyatspi2] Fix error with cache slots introduced in last commit
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Fix error with cache slots introduced in last commit
- Date: Fri, 16 Apr 2010 17:48:02 +0000 (UTC)
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]