From: Alan Knowles Date: Wed, 10 Sep 2014 11:49:07 +0000 (+0800) Subject: tests/GtkView.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=f16beef528c6da0a1c65ef57cb5a92b52dffc5cf tests/GtkView.vala --- diff --git a/tests/GtkView.vala b/tests/GtkView.vala index 583491bad..5028cd7c2 100644 --- a/tests/GtkView.vala +++ b/tests/GtkView.vala @@ -15,8 +15,8 @@ int main (string[] args) { proj = Project.Project.getProject("Builder4"); proj.scanDirs(); - print("load %s\n", proj.firstPath() + "/WindowLeftProps.bjs"); - + + loadit("WindowLeftProps"); loadit("EditProject"); @@ -27,7 +27,7 @@ int main (string[] args) { } void loadit(string name ) { - + print("load %s\n", proj.firstPath() + "/" + name + ".bjs"); //var tf = proj.files.get(proj.firstPath() + "/WindowLeftProps.bjs"); var tf = proj.files.get(proj.firstPath() + "/" + name +".bjs"); tf.loadItems();