GitMonitor.vala
[gitlive] / 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();
 
        }