projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee4c48
)
2009-06-08 Mark Doffman <mark.doffman@codethink.co.uk>
author
Mark Doffman
<mdoff@silver-wind.(none)>
Mon, 8 Jun 2009 10:45:23 +0000
(11:45 +0100)
committer
Mark Doffman
<mdoff@silver-wind.(none)>
Mon, 8 Jun 2009 10:45:23 +0000
(11:45 +0100)
* pyatspi/desktop.py
Refactor the cache refresh method with new name.
pyatspi/desktop.py
patch
|
blob
|
history
diff --git
a/pyatspi/desktop.py
b/pyatspi/desktop.py
index 2fcf0dc34f50c4da69c0bac3a6d70b391c8dc92f..65b0bb826caf6879019f96bdc1276af210f96cfe 100644
(file)
--- a/
pyatspi/desktop.py
+++ b/
pyatspi/desktop.py
@@
-358,7
+358,7
@@
class Desktop(object):
"%s not supported by accessible object at path %s"
% (interface, self._acc_path))
- def
flushCache
(self):
+ def
refresh
(self):
pass
-
#
END----------------------------------------------------------------------------
+END----------------------------------------------------------------------------