aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a9fa8b59e2..2d7ef660253 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,9 @@
12008-07-25 Chong Yidong <cyd@stupidchicken.com> 12008-07-25 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * image.c (svg_load_image): Fix last change. 3 * image.c (svg_load_image): Fix last change.
4 (svg_load_image): Use rsvg_handle_get_dimensions to check that
5 image size is valid. Use g_object_unref instead of deprecated
6 rsvg_handle_free to free rsvg handle.
4 7
52008-07-25 Jason Rumney <jasonr@gnu.org> 82008-07-25 Jason Rumney <jasonr@gnu.org>
6 9