diff options
author | Tim Janik <timj@gtk.org> | 1998-03-31 00:38:59 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-31 00:38:59 +0000 |
commit | a20f83d9a981cab18162bd52c6faabeeb61331cb (patch) | |
tree | cc0eeb15d4ee8a4a42845dd4925f4edadfb83777 /ChangeLog | |
parent | 4bf5d761bcb86ee9c60bceda9f93e8115ed4b785 (diff) | |
download | gtk+-a20f83d9a981cab18162bd52c6faabeeb61331cb.tar.gz |
show the menu_label unconditionally (even if it is not a default label).
Tue Mar 31 01:17:23 1998 Tim Janik <timj@gtk.org>
* gtk/gtknotebook.c (gtk_notebook_menu_item_create): show the menu_label
unconditionally (even if it is not a default label).
(gtk_notebook_update_labels): if we have a tab_label, then use its label
as the default menu_label.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Mar 31 01:17:23 1998 Tim Janik <timj@gtk.org> + + * gtk/gtknotebook.c (gtk_notebook_menu_item_create): show the menu_label + unconditionally (even if it is not a default label). + (gtk_notebook_update_labels): if we have a tab_label, then use its label + as the default menu_label. + Mon Mar 30 16:35:57 1998 Owen Taylor <owt1@cornell.edu> * gtk/testgtk.c: Improved main loop test. (Quits main |