[gtk+] inspector: fix a typo



commit 774b6f94d5d4b75d8fc246e51909db6e2623cc6c
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 10 17:36:23 2015 -0500

    inspector: fix a typo

 gtk/inspector/object-tree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/inspector/object-tree.c b/gtk/inspector/object-tree.c
index c124c79..ad54f40 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 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]