[d-feet/pygi] Use correct model for introspection treeview



commit 77a2f06d73af968495c70e4a206f83904fb245b0
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Fri Oct 12 15:55:50 2012 +0200

    Use correct model for introspection treeview

 ui/introspection.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ui/introspection.ui b/ui/introspection.ui
index 223cb67..4f9fbc9 100644
--- a/ui/introspection.ui
+++ b/ui/introspection.ui
@@ -152,7 +152,7 @@
           <object class="GtkTreeView" id="treeview">
             <property name="visible">True</property>
             <property name="can_focus">True</property>
-            <property name="model">treemodelsort</property>
+            <property name="model">treestore</property>
             <property name="search_column">0</property>
             <property name="enable_tree_lines">True</property>
             <property name="tooltip_column">0</property>



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