From 63e3b5998ac42c3bb19c884309058b95ff9b4891 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 1 May 2014 22:47:18 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor.vala b/Monitor.vala index 2ac9bd58..6c5c6a1d 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -96,7 +96,7 @@ public class Monitor : Object */ public void start() { - for(int i = 0; i < this.monitors.length ; i++) { + for(int i = 0; i < this.top.length ; i++) { this.monitor(this.top.index(i), ( fm, f_orig, of_orig, event_type) => { this.onEvent (fm, f_orig, of_orig, event_type ) ; } ); -- 2.39.2