From 4d0eb82b047273f3f6a05bc29be26160258639f4 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 3 Feb 2004 02:32:29 +0000 Subject: set image_buf/image_buf_size here instead of in all callers. also emit the 2004-02-02 Chris Toshok * e-image-chooser.c (set_image_from_data): set image_buf/image_buf_size here instead of in all callers. also emit the "changed" signal here. (image_drag_data_received_cb): remove the copying to image_buf and emitting of "changed" from here. (e_image_chooser_set_from_file): only g_free (data) here if set_image_from_data failed. (e_image_chooser_set_image_data): copy the image data we're passed before calling set_image_data. free it if rv == FALSE. svn path=/trunk/; revision=24577 --- widgets/misc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index e806ec9bf6..1d1e6af08c 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,15 @@ +2004-02-02 Chris Toshok + + * e-image-chooser.c (set_image_from_data): set + image_buf/image_buf_size here instead of in all callers. also + emit the "changed" signal here. + (image_drag_data_received_cb): remove the copying to image_buf and + emitting of "changed" from here. + (e_image_chooser_set_from_file): only g_free (data) here if + set_image_from_data failed. + (e_image_chooser_set_image_data): copy the image data we're passed + before calling set_image_data. free it if rv == FALSE. + 2004-01-30 Chris Toshok * e-image-chooser.c (e_image_chooser_init): add an alignment -- cgit v1.2.3