From: Mark Doffman Date: Mon, 8 Jun 2009 10:45:23 +0000 (+0100) Subject: 2009-06-08 Mark Doffman X-Git-Tag: AT_SPI2_ATK_0_1_3~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7928c7aeb4b140dd8a1d5683721bcae615d473ab;p=platform%2Fupstream%2Fat-spi2-atk.git 2009-06-08 Mark Doffman * pyatspi/desktop.py Refactor the cache refresh method with new name. --- 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----------------------------------------------------------------------------