Monitor.vala
[gitlive] / Monitor.vala
index 3f5ee6b..1932ab0 100644 (file)
@@ -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 ) ;
             });