inspector: fix a typo

This commit is contained in:
Matthias Clasen
2015-11-10 17:36:23 -05:00
parent 6cbfc780c5
commit 774b6f94d5

View File

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