From 42f2776b8554bf2d9f949d34e83eabd2b712fef0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Sep 2014 19:20:30 +0800 Subject: [PATCH] tests/GtkView.vala --- tests/GtkView.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/GtkView.vala b/tests/GtkView.vala index b17da5e41..dbf396fce 100644 --- a/tests/GtkView.vala +++ b/tests/GtkView.vala @@ -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(); -- 2.39.2