tests/GtkView.vala
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 10:14:49 +0000 (18:14 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 10:14:49 +0000 (18:14 +0800)
tests/GtkView.vala

index 419fb7a..bbb4f46 100644 (file)
@@ -25,7 +25,7 @@ int main (string[] args) {
        left_props.el.show();
        w.add(left_props.el);
        w.show_all();   
-       left_props.addNode(tf.tree);
+       left_props.addNode(null,tf.tree);
  
        
        Gtk.main();