X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.vala;h=cecc6bd7bdc9048053d7be31bb9aa2250d895c1e;hb=b81ad505a3eb434399228b8a3bb80185cd9a299a;hp=9ad41cac8911be0ae530f8b4ce76c097ad65c086;hpb=7364264bf0df6b8eee51819608947fea99c64863;p=gitlive diff --git a/NewBranch.vala b/NewBranch.vala index 9ad41cac..cecc6bd7 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -156,6 +156,8 @@ public class NewBranch : Object this.el.show_all(); this.el.set_keep_above(true); + _this.notebook.el.set_current_page(0); + _this.select_ticket_tab.load_data(tid); _this.create_ticket_tab.load_data(); _this.quick_commit_tab.load_data(); @@ -204,7 +206,21 @@ public class NewBranch : Object this.el.append_page ( child_5.el , _this.label_quick_commit.el ); //listeners - this.el.switch_page.connect( ); + this.el.switch_page.connect( (page, page_num) => { + GLib.debug("Switch to page: %d", (int)page_num); + switch(page_num) { + case 0: + break; // do nothing.. it's already loaded at start. + case 1: + _this.create_ticket_tab.load_data(); + break; + case 2: + _this.quick_commit_tab.load_data(); + break; + default: + break; + } + }); } // user defined functions