X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=RepoStatusPopover.vala;h=9e40c63daa556caedce44ebcf738874623731de6;hb=68b480d67843927a38e1a087aa75cdaf40daa394;hp=548a11cd8f3f3ee146f6f95980139ea5396d4c17;hpb=73cd9e0b4af69fa3155efac7035e6117837516de;p=gitlive diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index 548a11cd..9e40c63d 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -588,8 +588,8 @@ public class RepoStatusPopover : Object _this.el.hide(); Clones.singleton().el.response(-1); - if (_this.repos.activeTicket != null) { - MergeBranch.singleton().show(this.repos.activeTicket, null); + if (_this.repo.activeTicket != null) { + MergeBranch.singleton().show(_this.repo.activeTicket, null); } return false; }); @@ -610,7 +610,7 @@ public class RepoStatusPopover : Object public Xcls_Button19(RepoStatusPopover _owner ) { _this = _owner; - this.el = new Gtk.Button(); + this.el = new GtkButton.new_from_stock(); // my vars (dec) @@ -622,7 +622,7 @@ public class RepoStatusPopover : Object - Clones.singleton().el.hide(); + Clones.singleton().el.response(-1); _this.el.hide(); Ticket.singleton().show( _this.repo);