changeset 97011:54da3cfc73f9

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 25 Jul 2008 17:06:06 +0000
parents 4d51e5623235
children c5f36ea75cba
files src/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jul 25 16:26:06 2008 +0000
+++ b/src/ChangeLog	Fri Jul 25 17:06:06 2008 +0000
@@ -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>