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:
Matthias Clasen 2020-05-22 16:52:31 -04:00
parent 6c31092c69
commit a8df81b27c

View File

@ -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 *