From 27f64b466b38ad9c5958872550f6a558728bf672 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 29 Dec 2013 05:56:47 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Monitor.vala b/Monitor.vala index e247016a..6cf96e84 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -152,9 +152,7 @@ public class Monitor : Object // this.initRepo(path); //} - var enumerator = f.enumerate_children (FileAttribute.STANDARD_NAME, 0, null); - - + var file_enum = f.enumerate_children( FileAttribute.STANDARD_DISPLAY_NAME + ','+ FileAttribute.STANDARD_TYPE, 0, // FileQueryInfoFlags.NONE, -- 2.39.2