mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
inspector: Drop app-menu support
Don't add app menu to the object tree anymore; this property is going away.
This commit is contained in:
parent
6c31092c69
commit
a8df81b27c
@ -452,7 +452,7 @@ object_tree_text_tag_table_get_children (GObject *object)
|
||||
static GListModel *
|
||||
object_tree_application_get_children (GObject *object)
|
||||
{
|
||||
return list_model_for_properties (object, (const char *[3]) { "app-menu", "menubar", NULL });
|
||||
return list_model_for_properties (object, (const char *[2]) { "menubar", NULL });
|
||||
}
|
||||
|
||||
static GObject *
|
||||
|
Loading…
Reference in New Issue
Block a user