aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets/misc/ChangeLog13
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>