diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-07-29 14:48:20 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-07-29 14:48:20 +0800 |
commit | 0725cd0609c827984a9776bd9781f65d19adf001 (patch) | |
tree | acb7477289aeb3522246972b512c37f3f895c0ab /widgets/misc | |
parent | 02f38237c0120267ec05bf4dfd288e36b14e629b (diff) | |
download | gsoc2013-evolution-0725cd0609c827984a9776bd9781f65d19adf001.tar.gz gsoc2013-evolution-0725cd0609c827984a9776bd9781f65d19adf001.tar.zst gsoc2013-evolution-0725cd0609c827984a9776bd9781f65d19adf001.zip |
added bug id 310488 to changelog
svn path=/trunk/; revision=29933
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/ChangeLog | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 538616cc44..dd28f51880 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -5,12 +5,13 @@ 2005-07-15 Diego Gonzalez <diego@pemas.net> - * e-image-chooser.c (image_drag_data_received_cb) modificatio to - avoid getting into an infinite loop. Also remove some debug - output. - (set_image_from_data): substitute calls to gdk_pixbuf_unref and - gdk_pixbuf_ref and use g_object_ref/unref instead. The first ones - are deprecated API. + * e-image-chooser.c(image_drag_data_received_cb): modificatio to + avoid getting into an infinite loop. Also remove some debug + output. + (set_image_from_data): substitute calls to gdk_pixbuf_unref and + gdk_pixbuf_ref and use g_object_ref/unref instead. The first ones + are deprecated API. + Fixes #310488 2005-07-25 Srinivasa Ragavan <sragavan@novell.com> |