diff src/thumb_standard.h @ 2566:034d8772d6d8

Fix #500: Geeqie doesn’t use shared thumbnail folder https://github.com/BestImageViewer/geeqie/issues/500
author Colin Clark <colin.clark@cclark.uk>
date Mon, 31 Jul 2017 14:36:29 +0100
parents 07ed545403ea
children
line wrap: on
line diff
--- a/src/thumb_standard.h	Mon Jul 24 11:08:35 2017 +0100
+++ b/src/thumb_standard.h	Mon Jul 31 14:36:29 2017 +0100
@@ -24,7 +24,7 @@
 
 
 #if GLIB_CHECK_VERSION (2, 34, 0)
-#define THUMB_FOLDER_GLOBAL ".cache/thumbnails"
+#define THUMB_FOLDER_GLOBAL "thumbnails"
 #else
 #define THUMB_FOLDER_GLOBAL ".thumbnails"
 #endif