1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00

* image.c (svg_load_image): Use rsvg_handle_get_dimensions to check

that image size is valid.  Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.
This commit is contained in:
Chong Yidong 2008-07-25 17:06:06 +00:00
parent db289ad998
commit c01c4e35bf

View file

@ -1,6 +1,9 @@
2008-07-25 Chong Yidong <cyd@stupidchicken.com>
* image.c (svg_load_image): Fix last change.
(svg_load_image): Use rsvg_handle_get_dimensions to check that
image size is valid. Use g_object_unref instead of deprecated
rsvg_handle_free to free rsvg handle.
2008-07-25 Jason Rumney <jasonr@gnu.org>