mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
menubutton: don't refer to the non-existant menu property
7c6454246e
removed the property, but
forgot to change the name in a g_object_notify().
This commit is contained in:
parent
9d1b576af6
commit
15fe3038be
@ -684,7 +684,7 @@ _gtk_menu_button_set_popup_with_func (GtkMenuButton *menu_button
|
||||
gtk_widget_set_sensitive (GTK_WIDGET (menu_button), FALSE);
|
||||
}
|
||||
|
||||
g_object_notify (G_OBJECT (menu_button), "menu");
|
||||
g_object_notify (G_OBJECT (menu_button), "popup");
|
||||
g_object_notify (G_OBJECT (menu_button), "menu-model");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user