X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=RepoStatusPopover.vala;fp=RepoStatusPopover.vala;h=85ab04d7fa1eea12fe7570e35090c5c56d68db1f;hp=c8974e308dc8494a99ab04937f19c0f56eee70cd;hb=bd92ab60471d4265101702f1b46c7f1ff3137513;hpb=88e4ccabb4fd464e3a01d2126cf82d5aef6f1d6d diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index c8974e30..85ab04d7 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -212,7 +212,7 @@ public class RepoStatusPopover : Object Clones.singleton().reposStore.load(); _this.el.hide(); - return false; + }); } @@ -251,8 +251,7 @@ public class RepoStatusPopover : Object _this.el.hide(); Clones.singleton().reposStore.load(); - - return false; + }); } @@ -293,7 +292,7 @@ public class RepoStatusPopover : Object Clones.singleton().reposStore.load(); _this.el.hide(); - return false; + }); } @@ -334,7 +333,7 @@ public class RepoStatusPopover : Object Clones.singleton().reposStore.load(); _this.el.hide(); - return false; + }); } @@ -665,7 +664,7 @@ public class RepoStatusPopover : Object Clones.singleton().el.response(-1); NewBranch.singleton().show(_this.repo, oldq); - return false; + }); } @@ -701,7 +700,7 @@ public class RepoStatusPopover : Object if (_this.repo.activeTicket != null) { MergeBranch.singleton().show(_this.repo.activeTicket, null); } - return ; + }); } @@ -737,8 +736,7 @@ public class RepoStatusPopover : Object _this.el.hide(); Ticket.singleton().show( _this.repo); - - return false; + }); }