From: Brad Taylor Date: Thu, 23 Apr 2009 10:58:32 +0000 (-0400) Subject: Use the correct type when returning the description X-Git-Tag: AT_SPI2_ATK_2_12_0~515 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=721be07aa95a925503dfd0bbf3cf54da9410db19 Use the correct type when returning the description --- diff --git a/pyatspi/accessiblecache.py b/pyatspi/accessiblecache.py index 747747a..edfde8a 100644 --- a/pyatspi/accessiblecache.py +++ b/pyatspi/accessiblecache.py @@ -127,7 +127,7 @@ class AccessibleCache(object): self._bus_name, "org.freedesktop.atspi.Event.Object", "property-change", - ("accessible-description", 0, 0, description)) + ("accessible-description", 0, 0, newdata.description)) self._registry._notifyDescriptionChange(event) if olddata.parent != newdata.parent: