GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:30:39 +0000 (21:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 13:30:39 +0000 (21:30 +0800)
GitMonitor.vala

index 439963c..15e21a3 100644 (file)
@@ -161,7 +161,7 @@ public class GitMonitor : Monitor
             try { 
                 var notification = new Notify.Notification(
                     "Git Live",
-                    GitMonitor.gitlive + "\nMonitoring " + _this.monitors.length + " Directories",
+                    GitMonitor.gitlive + "\nMonitoring " + this.monitors.length + " Directories",
                      "dialog-information"
                 );