From: Alan Knowles Date: Sat, 10 May 2014 11:18:02 +0000 (+0800) Subject: Monitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=05bc7d52bb58833f1a0da0d253846b3775e92a84 Monitor.vala --- diff --git a/Monitor.vala b/Monitor.vala index 1325375a..d7086844 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -37,7 +37,7 @@ public class MonitorNamePathDir { this.name = name; this.path = path; this.dir = dir; - this.action = "?'; + this.action = "?"; } }