GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:29:31 +0000 (22:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:29:31 +0000 (22:29 +0800)
GitMonitor.vala

index 23980a7..771ac4f 100644 (file)
@@ -413,12 +413,12 @@ public class GitMonitor : Monitor
             
             if (failure.length > 0) {
 
-                var notification = new Notify.Notification({
+                var notification = new Notify.Notification(
                     summary: "Git Live ERROR!!",
                     string.joinv("\n",failure),
                     "dialog-information"
                     
-                });
+                );
     
                 notification.set_timeout(5); // show errros for longer
                 notification.show();