From d672931bc330cd3e48e8ee53dd6ba623b31f40cf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Aug 2017 10:49:58 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index 7b1d3af8..1f2a1bfa 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -183,7 +183,7 @@ public class GitMonitor : Monitor this.paused = true; // what does this do to the old one... this.queue = new Array (); - StatusIconA.statusicon.pauseError() + StatusIconA.statusicon.pauseError(); } @@ -192,7 +192,7 @@ public class GitMonitor : Monitor this.paused = true; // what does this do to the old one... this.queue = new Array (); - StatusIconA.statusicon.pause() + StatusIconA.statusicon.pause(); } -- 2.39.2