Builder4/ValaProjectSettings.bjs.509BMX
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 11:07:30 +0000 (19:07 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 11:07:30 +0000 (19:07 +0800)
Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala.F9ZBMX
Builder4/ValaProjectSettings.vala
Builder4/ValaProjectSettings.bjs.G9JKMX
Builder4/ValaProjectSettings.vala.R70KMX

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index c0013c2..4e89aff 100644 (file)
                                         {
                                             "xtype" : "Entry",
                                             "* pack" : "pack_end,false,false,0",
-                                            "string id" : "pack_target",
+                                            "string id" : "compile_flags",
                                             "$ xns" : "Gtk"
                                         },
                                         {
index 704da86..dbdb87f 100644 (file)
@@ -357,7 +357,7 @@ public class ValaProjectSettings : Object
             var child_2 = new Xcls_Label18( _this );
             child_2.ref();
             this.el.pack_end (  child_2.el , false,false,0 );
-            var child_3 = new Xcls_pack_target( _this );
+            var child_3 = new Xcls_compile_flags( _this );
             child_3.ref();
             this.el.pack_end (  child_3.el , false,false,0 );
             var child_4 = new Xcls_TextView20( _this );
@@ -435,7 +435,7 @@ public class ValaProjectSettings : Object
 
         // user defined functions 
     }
-    public class Xcls_pack_target : Object 
+    public class Xcls_compile_flags : Object 
     {
         public Gtk.Entry el;
         private ValaProjectSettings  _this;
@@ -444,7 +444,7 @@ public class ValaProjectSettings : Object
             // my vars (def)
 
         // ctor 
-        public Xcls_pack_target(ValaProjectSettings _owner )
+        public Xcls_compile_flags(ValaProjectSettings _owner )
         {
             _this = _owner;
             this.el = new Gtk.Entry();