Merge remote-tracking branch 'github/merge-requests/407'
authorKlaus Ethgen <Klaus@Ethgen.de>
Sat, 3 Dec 2016 15:05:32 +0000 (16:05 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sat, 3 Dec 2016 15:05:32 +0000 (16:05 +0100)
* github/merge-requests/407:
  Use correct thumbnail dirs

src/thumb_standard.h

index 091b521..2b5c934 100644 (file)
 #define THUMB_STANDARD_H
 
 
+#if GLIB_CHECK_VERSION (2, 34, 0)
+#define THUMB_FOLDER_GLOBAL ".cache/thumbnails"
+#else
 #define THUMB_FOLDER_GLOBAL ".thumbnails"
+#endif
 #define THUMB_FOLDER_LOCAL  ".thumblocal"
 #define THUMB_FOLDER_NORMAL "normal"
 #define THUMB_FOLDER_LARGE  "large"