From 652d670abfd4c348a5f8acce32946b48afd200c0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 27 Jul 2001 19:45:14 +0000 Subject: [PATCH] corrected my ChangeLog entry --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf40aa313a..8650642f2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,8 +21,9 @@ * app/gui/gradients-commands.c * app/gui/menus.c * app/gui/pattern-select.c: GObject porting. - Replaced all gtk_object_[unref|ref] calls by their g_object_ - counterparts, expect refs that are used with gtk_object_sink(). + Replaced all remainaing gtk_object_[unref|ref] calls by their + g_object_ counterparts, except refs that are used with + gtk_object_sink(). 2001-07-27 Sven Neumann