diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-09-01 16:52:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-01 16:52:54 +0000 |
commit | fb3d48b7b96d7fe1132b8d215c19ce5f08b749e4 (patch) | |
tree | 7441d28dc12e4328d563d2148ee3b82263a60ca2 /ChangeLog.pre-2-4 | |
parent | 283cc5a0cef0f70aaecb2c36875e17cfcce50b99 (diff) | |
download | gtk+-fb3d48b7b96d7fe1132b8d215c19ce5f08b749e4.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.
Mon Aug 31 15:33:13 1998 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.h (struct _GtkStyle): Reordered a bit
to restore approximate bin compatibility with the
non-themes branch. (This does break bin compat
within the themes branch.)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c878921233..c7523f59ee 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,20 @@ +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 15:33:13 1998 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkstyle.h (struct _GtkStyle): Reordered a bit + to restore approximate bin compatibility with the + non-themes branch. (This does break bin compat + within the themes branch.) + Sun Aug 30 16:48:27 1998 Owen Taylor <otaylor@gtk.org> * gtk/gtklabel.c (gtk_label_set): Eliminate a |