From 7928c7aeb4b140dd8a1d5683721bcae615d473ab Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Mon, 8 Jun 2009 11:45:23 +0100 Subject: [PATCH] 2009-06-08 Mark Doffman * pyatspi/desktop.py Refactor the cache refresh method with new name. --- pyatspi/desktop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyatspi/desktop.py b/pyatspi/desktop.py index 2fcf0dc..65b0bb8 100644 --- 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---------------------------------------------------------------------------- -- 2.7.4