From a915542ff7daafb3e3a72923630bffd123371c4d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 1 May 2014 22:32:14 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Monitor.vala b/Monitor.vala index c29e4c08..9d169acc 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -169,10 +169,10 @@ public class Monitor : Object //} FileEnumerator file_enum; try { - file_enum = f.enumerate_children( - FileAttribute.STANDARD_DISPLAY_NAME + "," + FileAttribute.STANDARD_TYPE, - 0, // FileQueryInfoFlags.NONE, - null); + file_enum = f.enumerate_children( + FileAttribute.STANDARD_DISPLAY_NAME + "," + FileAttribute.STANDARD_TYPE, + 0, // FileQueryInfoFlags.NONE, + null); } catch (Error e) { // FIXME - show error.. return; -- 2.39.2