From: Alan Knowles Date: Sat, 10 May 2014 13:27:13 +0000 (+0800) Subject: GitMonitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d8616a7583d8b5d93a2f82781cdd1fbd32e4108f GitMonitor.vala --- diff --git a/GitMonitor.vala b/GitMonitor.vala index ee00bd96..4dd10e1f 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -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();