Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:37:30 +0000 (18:37 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:37:30 +0000 (18:37 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 895e94e..ccef057 100644 (file)
@@ -7,10 +7,10 @@
     "modOrder" : "",
     "items" : [
         {
+            "# Project.Gtk project" : "null",
             "| void show" : "(Project.Gtk project) {\n\n    this.project=  project;\n\n    this.compile_flags.el.text = \"\";\n    this.default_packages_tree_store.el.clear();\n    this.default_directory_tree_store.el.clear();    \n    \n    if (this.project.compilegroups.has_key(\"default\")) {\n        var def = this.project.compilegroups.get(\"default\");\n        this.compile_flags.el.text = def.compile_flags;\n        this.default_packages_tree_store.load(def.packages);\n        this.default_directory_tree_store.load(def.sources);\n    }\n   \n\n\n}\n",
             "xtype" : "VBox",
             "string id" : "ValaProjectSettings",
-            "# Gtk.Project project" : "null",
             "$ xns" : "Gtk",
             "items" : [
                 {
index 9479971..ca3846d 100644 (file)
@@ -23,7 +23,7 @@ public class ValaProjectSettings : Object
     public Xcls_files_render files_render;
 
         // my vars (def)
-    public Gtk.Project project;
+    public Project.Gtk project;
 
     // ctor 
     public ValaProjectSettings()