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

index ee00bd9..4dd10e1 100644 (file)
@@ -159,11 +159,11 @@ public class GitMonitor : Monitor
            
             
             try { 
-                var notification = new Notify.Notification({
+                var notification = new Notify.Notification(
                     "Git Live",
                     GitMonitor.gitlive + "\nMonitoring " + _this.monitors.length + " Directories",
                      "dialog-information"
-                });
+                );
         
                 notification.set_timeout(5);
                 notification.show();