From 774b6f94d5d4b75d8fc246e51909db6e2623cc6c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Nov 2015 17:36:23 -0500 Subject: [PATCH] inspector: fix a typo --- gtk/inspector/object-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/inspector/object-tree.c b/gtk/inspector/object-tree.c index c124c79b54..ad54f407e8 100644 --- a/gtk/inspector/object-tree.c +++ b/gtk/inspector/object-tree.c @@ -283,7 +283,7 @@ object_tree_icon_view_forall (GObject *object, child = G_OBJECT (gtk_icon_view_get_model (GTK_ICON_VIEW (object))); if (child) - forall_func (child, "mnodel", forall_data); + forall_func (child, "model", forall_data); } typedef struct {