Bugfix in AccessibleComponent_getExtents ().
[platform/core/uifw/at-spi2-atk.git] / libspi / component.c
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;