From 0efbe5925e9607902d084fe0750ba7b620e581b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 1 May 2014 22:38:15 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor.vala b/Monitor.vala index 394da0de..06ef34ae 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -154,7 +154,7 @@ public class Monitor : Object //} //this.onEvent (fm, f_orig, of_orig, event_type ) ; }); - this.monitors.add(fm); + this.monitors.append_val(fm); } catch (Error e) { // FIXME -- show error? do nothing.. -- 2.39.2