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 2fcf0dc34f50c4da69c0bac3a6d70b391c8dc92f..65b0bb826caf6879019f96bdc1276af210f96cfe 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----------------------------------------------------------------------------