X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.vala;h=d5a5c23a229a0bb608a795cf43c450f2a278460e;hb=01af28a18150e1c30fd20ef32da736c7ceee80ef;hp=2fd74e3552a84e2c02b7d79b043333f1ae846bc8;hpb=d14ef3ec7a7151454f751c0e9c9434efd9d81877;p=gitlive diff --git a/NewBranch.vala b/NewBranch.vala index 2fd74e35..d5a5c23a 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -25,8 +25,8 @@ public class NewBranch : Object public Xcls_scrolled_window scrolled_window; public Xcls_view view; public Xcls_label_select_ticket label_select_ticket; - public Xcls_label_select_ticket label_select_ticket; - public Xcls_label_select_ticket label_select_ticket; + public Xcls_label_crete_ticket label_crete_ticket; + public Xcls_label_quick_commit label_quick_commit; // my vars (def) public GitRepo? repo; @@ -984,9 +984,9 @@ public class NewBranch : Object this.el.vexpand = true; var child_0 = new Xcls_label_select_ticket( _this ); child_0.ref(); - var child_1 = new Xcls_label_select_ticket( _this ); + var child_1 = new Xcls_label_crete_ticket( _this ); child_1.ref(); - var child_2 = new Xcls_label_select_ticket( _this ); + var child_2 = new Xcls_label_quick_commit( _this ); child_2.ref(); } @@ -1015,7 +1015,7 @@ public class NewBranch : Object // user defined functions } - public class Xcls_label_select_ticket : Object + public class Xcls_label_crete_ticket : Object { public Gtk.Label el; private NewBranch _this; @@ -1024,11 +1024,11 @@ public class NewBranch : Object // my vars (def) // ctor - public Xcls_label_select_ticket(NewBranch _owner ) + public Xcls_label_crete_ticket(NewBranch _owner ) { _this = _owner; - _this.label_select_ticket = this; - this.el = new Gtk.Label( "Select Existing Ticket to work on" ); + _this.label_crete_ticket = this; + this.el = new Gtk.Label( "Create a new Ticket" ); // my vars (dec) @@ -1038,7 +1038,7 @@ public class NewBranch : Object // user defined functions } - public class Xcls_label_select_ticket : Object + public class Xcls_label_quick_commit : Object { public Gtk.Label el; private NewBranch _this; @@ -1047,11 +1047,11 @@ public class NewBranch : Object // my vars (def) // ctor - public Xcls_label_select_ticket(NewBranch _owner ) + public Xcls_label_quick_commit(NewBranch _owner ) { _this = _owner; - _this.label_select_ticket = this; - this.el = new Gtk.Label( "Select Existing Ticket to work on" ); + _this.label_quick_commit = this; + this.el = new Gtk.Label( "Quick Commit" ); // my vars (dec)