From f51412728197234da46fc311c6328adcc94c825a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 29 Dec 2013 06:18:27 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Monitor.vala b/Monitor.vala index 3f5ee6b2..1932ab0f 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -144,7 +144,8 @@ public class Monitor : Object fm.changed.connect( ( fm, f_orig, of_orig, event_type) => { if (fn) { - + fn (fm, f_orig, of_orig, event_type ) ; + return; } this.onEvent (fm, f_orig, of_orig, event_type ) ; }); -- 2.39.2