NewBranch.bjs
[gitlive] / NewBranch.vala
index 6347837..9b2f062 100644 (file)
@@ -58,7 +58,7 @@ public class NewBranch : Object
         this.el.add (  child_1.el  );
         var child_2 = new Xcls_Box26( _this );
         child_2.ref();
-        this.el.composite_name (  child_2.el  );
+        this.el.append_page (  child_2.el , _this.label_select_ticket.el );
 
         //listeners
         this.el.delete_event.connect( (self, event) => {
@@ -1077,11 +1077,12 @@ public class NewBranch : Object
         public Xcls_Box26(NewBranch _owner )
         {
             _this = _owner;
-            this.el = new Gtk.Box( null, 0 );
+            this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
 
             // my vars (dec)
 
             // set gobject values
+            this.el.homogeneous = false;
         }
 
         // user defined functions