diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-09-16 23:33:25 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-16 23:33:25 +0000 |
commit | bf69ab9d687ec505aa6d51fbcf8c2470ce25bd8b (patch) | |
tree | c4e948ecd15da823f8ae477d47e7cd39c6ada453 /ChangeLog.pre-2-0 | |
parent | eacc9f5d0585708e71ae822a6404c2fd62e0cf15 (diff) | |
download | gtk+-bf69ab9d687ec505aa6d51fbcf8c2470ce25bd8b.tar.gz |
Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before
1998-09-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtktoolbar.c (gtk_toolbar_insert_element): Test whether type
is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before checking that
(widget != NULL), otherwise radio button insertion will not work
-- the widget argument is NULL for the first radio button in the
group.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5b54c5308c..88c48a3d38 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,11 @@ +1998-09-16 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Test whether type + is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before checking that + (widget != NULL), otherwise radio button insertion will not work + -- the widget argument is NULL for the first radio button in the + group. + Tue Sep 15 13:09:24 1998 Owen Taylor <otaylor@redhat.com> * gdk/gdkimage.c (gdk_image_new): Reverted global changes @@ -55,6 +63,7 @@ Mon Sep 14 21:47:35 CDT 1998 Shawn T. Amundson <amundson@gtk.org> free()s. X itself uses free() on some of the malloced memory. +>>>>>>> 1.633 Sat Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com> * gtkfilesel.c: Maintain a list of directories like |