From 2dfedbe243da84368e5e94987eef4f18eb57cd67 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 22:29:31 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.39.2