X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=MergeBranch.vala;fp=MergeBranch.vala;h=56416954c693ae3cd559a2fcc8c671a3a86fe903;hp=90a65b36deb482ff822d3eedafcb7f8430e3015d;hb=d06e3c696bfaee21c6e9201b4cebcd1ac5bcc32a;hpb=932aa5b472023dec1710d601bc027a4611c6877c diff --git a/MergeBranch.vala b/MergeBranch.vala index 90a65b36..56416954 100644 --- a/MergeBranch.vala +++ b/MergeBranch.vala @@ -62,7 +62,7 @@ public class MergeBranch : Object this.el.response.connect( (self, response_id) => { GLib.debug("got %d", (int) response_id); - if (response_id == 0) { + if (response_id < 1) { _this.el.hide(); this.running = false; GitMonitor.gitmonitor.start(); @@ -677,6 +677,8 @@ public class MergeBranch : Object this.el = new WebKit.WebView(); // my vars (dec) + + // set gobject values } // user defined functions