From: Alan Knowles Date: Sat, 10 May 2014 14:29:31 +0000 (+0800) Subject: GitMonitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2dfedbe243da84368e5e94987eef4f18eb57cd67 GitMonitor.vala --- diff --git a/GitMonitor.vala b/GitMonitor.vala index 23980a74..771ac4f3 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -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();