tests/GtkView.vala
authorAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 11:20:30 +0000 (19:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Sep 2014 11:20:30 +0000 (19:20 +0800)
tests/GtkView.vala

index b17da5e..dbf396f 100644 (file)
@@ -15,7 +15,8 @@ int main (string[] args) {
        proj.scanDirs();
        print("load %s\n", proj.firstPath() + "/WindowLeftProps.bjs");
        
-       var tf = proj.files.get(proj.firstPath() + "/WindowLeftProps.bjs");
+       //var tf = proj.files.get(proj.firstPath() + "/WindowLeftProps.bjs");
+       var tf = proj.files.get(proj.firstPath() + "/EditProject.bjs");
        tf.loadItems();