Swap height and width arguments to atk_image_get_image_size Swap height
authorPadraig O'Briain <padraigo@src.gnome.org>
Fri, 17 Aug 2001 14:56:55 +0000 (14:56 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Fri, 17 Aug 2001 14:56:55 +0000 (14:56 +0000)
* docs/tmpl/atkimage.sgml atk/atktext.h:
Swap height and width arguments to atk_image_get_image_size
* atk/atktext.c:
Swap height and height arguments to atk_image_get_image_size
Do not crash if NULL pointers are passed for return values

ChangeLog

index 2c5fc73..2cd8640 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
 
+       * docs/tmpl/atkimage.sgml atk/atktext.h:
+       Swap height and width arguments to atk_image_get_image_size
+       * atk/atktext.c:
+       Swap height and height arguments to atk_image_get_image_size
+       Do not crash if NULL pointers are passed for return values
+
+2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
+
        * docs/tmpl/atktext.sgml atk/atktext.h:
        Change parameter names *offset to *_offset
        * atk/atkcomponent.c: