Don't include page->menu_label - causes various problems, including
Mon Aug 25 17:28:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_forall): Don't include page->menu_label - causes various problems, including #12047.
This commit is contained in:
@ -2400,8 +2400,6 @@ gtk_notebook_forall (GtkContainer *container,
|
||||
{
|
||||
if (page->tab_label)
|
||||
(* callback) (page->tab_label, callback_data);
|
||||
if (page->menu_label)
|
||||
(* callback) (page->menu_label, callback_data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user