From e78ab129f05d17ef7d58a6d19a04b777ee3c9fc1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Aug 2018 17:39:30 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index e3721fe5..8f20f37d 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -352,8 +352,10 @@ public class StatusIconA : StatusIcon { } if (this.total < 1) { - if (this.has_error) { - GitMonitor.gitmonitor.pauseError( + if (this.has_error > 0) { + GitMonitor.gitmonitor.pauseError(this.pull_all_error_message); + return; + } statusicon.set_tooltip_text("Gitlive"); -- 2.39.2