diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-09-01 18:41:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-01 18:41:26 +0000 |
commit | 0e2758ae42174681f89568a4b0fdc2b41eddadaf (patch) | |
tree | ac68f36958223afa5a2588dcc4fa0c880abe8aaa /ChangeLog.pre-2-8 | |
parent | 7dbe380691a61e128ec323d999eb0b0ea9b439fe (diff) | |
download | gtk+-0e2758ae42174681f89568a4b0fdc2b41eddadaf.tar.gz |
Unref the adjustment.
Tue Sep 1 10:53:52 1998 Owen Taylor <otaylor@redhat.com>
* gtk/gtkprogress.c (gtk_progress_finalize): Unref
the adjustment.
* gtk/gtkmenu.c: Modified reference counting so
that the reference count from the toplevel that
the menu creates to the menu is invisible to the
application.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d96a11b636..935f32d005 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,13 @@ +Tue Sep 1 10:53:52 1998 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkprogress.c (gtk_progress_finalize): Unref + the adjustment. + + * gtk/gtkmenu.c: Modified reference counting so + that the reference count from the toplevel that + the menu creates to the menu is invisible to the + application. + Mon Aug 31 21:36:31 1998 Raph Levien <raph@gimp.org> * gdk/gdkrgb.c (gdk_rgb_select_conv): Improved the 24bpp |