From fc81ce492666a9ddf264668c0a1e41a4564d1665 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 12:37:49 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 2 +- NewBranch.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NewBranch.bjs b/NewBranch.bjs index f27995b1..0fcd0554 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -252,7 +252,7 @@ ] }, { - "* pack" : "composite_name", + "* pack" : "append_page,_this.label_select_ticket.el", "xtype" : "Box", "$ xns" : "Gtk" } diff --git a/NewBranch.vala b/NewBranch.vala index 6347837f..dddada3f 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -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) => { -- 2.39.2