From f16beef528c6da0a1c65ef57cb5a92b52dffc5cf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Sep 2014 19:49:07 +0800 Subject: [PATCH] tests/GtkView.vala --- tests/GtkView.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); -- 2.39.2