GitMonitor.vala
authorAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 02:49:58 +0000 (10:49 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 02:49:58 +0000 (10:49 +0800)
GitMonitor.vala

index 7b1d3af..1f2a1bf 100644 (file)
@@ -183,7 +183,7 @@ public class GitMonitor : Monitor
                this.paused = true;
                // what does this do to the old one...
                this.queue = new Array<GitMonitorQueue> ();
-               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<GitMonitorQueue> ();
-               StatusIconA.statusicon.pause()
+               StatusIconA.statusicon.pause();
 
        }