2009-06-08 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@silver-wind.(none)>
Mon, 8 Jun 2009 10:45:23 +0000 (11:45 +0100)
committerMark 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

index 2fcf0dc..65b0bb8 100644 (file)
@@ -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----------------------------------------------------------------------------