summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-10 17:36:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-10 17:36:23 -0500
commit774b6f94d5d4b75d8fc246e51909db6e2623cc6c (patch)
treed81727acdb88e2cc9f0d321722cac4d7920e05f2 /gtk
parent6cbfc780c5e704f205104fd1583ba830fbeca806 (diff)
downloadgtk+-774b6f94d5d4b75d8fc246e51909db6e2623cc6c.tar.gz
inspector: fix a typo
Diffstat (limited to 'gtk')
-rw-r--r--gtk/inspector/object-tree.c2
1 files changed, 1 insertions, 1 deletions
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 {