Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:58:30 +0000 (17:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Oct 2014 09:58:30 +0000 (17:58 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index e8ed006..6689668 100644 (file)
@@ -18,7 +18,7 @@
                     "items" : [
                         {
                             "xtype" : "VBox",
-                            "* pack" : "add",
+                            "* pack" : "append_page,_this.global_label.el",
                             "gboolean homogeneous" : false,
                             "$ xns" : "Gtk",
                             "items" : [
index 02346d1..769d41c 100644 (file)
@@ -52,7 +52,7 @@ public class ValaProjectSettings : Object
             // set gobject values
             var child_0 = new Xcls_VBox3( _this );
             child_0.ref();
-            this.el.add (  child_0.el  );
+            this.el.append_page (  child_0.el , _this.global_label.el );
             var child_1 = new Xcls_HPaned18( _this );
             child_1.ref();
             this.el.add (  child_1.el  );