don't create tree model in XML

This commit is contained in:
Brandon Lewis 2010-07-21 11:36:41 +02:00 committed by Edward Hervey
parent feca823168
commit fcd508559e

View file

@ -2,14 +2,6 @@
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
<object class="GtkListStore" id="timeline_model">
<columns>
<!-- column-name Clip -->
<column type="gchararray"/>
<!-- column-name Duration -->
<column type="guint64"/>
</columns>
</object>
<object class="GtkWindow" id="window">
<property name="default_width">540</property>
<property name="default_height">450</property>
@ -186,7 +178,6 @@
<object class="GtkTreeView" id="timeline_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">timeline_model</property>
<property name="search_column">0</property>
<property name="show_expanders">False</property>
<child>