mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Fix compilation warning: Use GtkWidget instead GtkMenuItem
This commit is contained in:
parent
aaf541903b
commit
7ef003f7d4
@ -54,7 +54,7 @@ static void
|
||||
menu_item_label_notify_count (ActionTest *fixture,
|
||||
gconstpointer test_data)
|
||||
{
|
||||
GtkMenuItem *item = gtk_menu_item_new ();
|
||||
GtkWidget *item = gtk_menu_item_new ();
|
||||
unsigned int emmisions = 0;
|
||||
|
||||
g_signal_connect (item, "notify::label",
|
||||
|
Loading…
Reference in New Issue
Block a user