From fe26952a19fbdd52ab37430cf88eceb97619178a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Aug 2017 10:47:23 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GitMonitor.vala b/GitMonitor.vala index 3feff344..7b1d3af8 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -179,7 +179,13 @@ public class GitMonitor : Monitor GitMonitor.gitmonitor = this; } + public new void pauseError() { + this.paused = true; + // what does this do to the old one... + this.queue = new Array (); + StatusIconA.statusicon.pauseError() + } public new void pause() { -- 2.39.2