Bugfix in AccessibleComponent_getExtents ().
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 11 Dec 2001 17:45:25 +0000 (17:45 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Tue, 11 Dec 2001 17:45:25 +0000 (17:45 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@178 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
libspi/component.c

index fd3d3e7..26e0c11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * test/simple-at.c:
        Replace setenv() call with putenv ().
 
+       * libspi/component.c:
+       Bugfix in AccessibleComponent_getExtents ().
+       
 2001-12-11  Michael Meeks  <michael@ximian.com>
 
        * libspi/image.c (impl_getImageExtents): impl.
index 7418c00..39acc8f 100644 (file)
@@ -98,7 +98,7 @@ impl_accessibility_component_get_extents (PortableServer_Servant servant,
                             (AtkCoordType) coord_type);
 
   retval.x = ix;
-  retval.y = ix;
+  retval.y = iy;
   retval.width = iw;
   retval.height = ih;