mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:10:04 +00:00
gail: do not use removed GTK_WIDGET_*SET macros
In the absence of new API to port to, left the code commented with a /* FIXME */ state, for somebody with better gail knowledge to fix.
This commit is contained in:
parent
a8e3ce6bb4
commit
8fc7a58504
@ -164,9 +164,9 @@ get_children (GtkWidget *submenu)
|
||||
*/
|
||||
if (!gtk_widget_get_visible (submenu))
|
||||
{
|
||||
GTK_WIDGET_SET_FLAGS (submenu, GTK_VISIBLE);
|
||||
/* FIXME GTK_WIDGET_SET_FLAGS (submenu, GTK_VISIBLE); */
|
||||
g_signal_emit_by_name (submenu, "show");
|
||||
GTK_WIDGET_UNSET_FLAGS (submenu, GTK_VISIBLE);
|
||||
/* FIXME GTK_WIDGET_UNSET_FLAGS (submenu, GTK_VISIBLE); */
|
||||
}
|
||||
g_list_free (children);
|
||||
children = gtk_container_get_children (GTK_CONTAINER (submenu));
|
||||
|
Loading…
Reference in New Issue
Block a user