[shotwell: 1/2] Changed FILE_INFO_FLAGS to include NONE rather than NOFOLLOW_SYMLINKS, which fixed the git annex iss



commit 35dc7bd164f5f5189a63a653bdb27b530822928e
Author: David Welch <techy121592 gmail com>
Date:   Sun Jun 2 01:06:37 2019 -0400

    Changed FILE_INFO_FLAGS to include NONE rather than NOFOLLOW_SYMLINKS, which fixed the git annex issue.

 src/DirectoryMonitor.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/DirectoryMonitor.vala b/src/DirectoryMonitor.vala
index a37b124f..1ee2697a 100644
--- a/src/DirectoryMonitor.vala
+++ b/src/DirectoryMonitor.vala
@@ -60,7 +60,7 @@
 public class DirectoryMonitor : Object {
     public const int DEFAULT_PRIORITY = Priority.LOW;
     public const FileQueryInfoFlags DIR_INFO_FLAGS = FileQueryInfoFlags.NONE;
-    public const FileQueryInfoFlags FILE_INFO_FLAGS = FileQueryInfoFlags.NOFOLLOW_SYMLINKS;
+    public const FileQueryInfoFlags FILE_INFO_FLAGS = FileQueryInfoFlags.NONE;
     
     // when using UNKNOWN_FILE_FLAGS, check if the resulting FileInfo's symlink status matches
     // symlink support for files and directories by calling is_file_symlink_supported().


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]