src/Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 04:34:21 +0000 (12:34 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 04:34:21 +0000 (12:34 +0800)
src/Builder4/ValaProjectSettings.vala

src/Builder4/ValaProjectSettings.bjs
src/Builder4/ValaProjectSettings.vala

index 181c49b..02df767 100644 (file)
           },
           {
            "listeners" : {
-            "changed" : "() => {\n    if (_this.targets_tree.cursor.length < 1) {\n        return;\n    }\n    _this.project.compilegroups.get(_this.targets_tree.cursor).compile_flags = this.el.text;\n}"
+            "changed" : "() => {\n    if (_this.targets_tree.cursor.length < 1) {\n        return;\n    }\n    _this.project.compilegroups.get(_this.targets_tree.cursor).execute_args = this.el.text;\n}"
            },
            "id" : "build_test_args",
            "string placeholder_text" : "eg.  -f somefile -g ",
index 23c0b83..7276742 100644 (file)
@@ -1505,7 +1505,7 @@ public class ValaProjectSettings : Object
                 if (_this.targets_tree.cursor.length < 1) {
                     return;
                 }
-                _this.project.compilegroups.get(_this.targets_tree.cursor).compile_flags = this.el.text;
+                _this.project.compilegroups.get(_this.targets_tree.cursor).execute_args = this.el.text;
             });
         }