Reverted accidental checking to this file at 5pm GMT Nov 20.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi_image.c
index fec3283..1a40d3b 100644 (file)
@@ -2,7 +2,8 @@
  * AT-SPI - Assistive Technology Service Provider Interface
  * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
  *
- * Copyright 2001 Sun Microsystems Inc.
+ * Copyright 2001, 2002 Sun Microsystems Inc.,
+ * Copyright 2001, 2002 Ximian, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -164,7 +165,7 @@ AccessibleImage_getImageExtents (AccessibleImage *obj,
   cspi_return_if_fail (obj != NULL);
 
   bbox = Accessibility_Image_getImageExtents (CSPI_OBJREF (obj),
-                                             (CORBA_short) ctype,
+                                             ctype,
                                              cspi_ev ());
 
   if (!cspi_check_ev ("getImageExtents"))