comparison 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
comparison
equal deleted inserted replaced
2565:52fa0e775bb5 2566:034d8772d6d8
22 #ifndef THUMB_STANDARD_H 22 #ifndef THUMB_STANDARD_H
23 #define THUMB_STANDARD_H 23 #define THUMB_STANDARD_H
24 24
25 25
26 #if GLIB_CHECK_VERSION (2, 34, 0) 26 #if GLIB_CHECK_VERSION (2, 34, 0)
27 #define THUMB_FOLDER_GLOBAL ".cache/thumbnails" 27 #define THUMB_FOLDER_GLOBAL "thumbnails"
28 #else 28 #else
29 #define THUMB_FOLDER_GLOBAL ".thumbnails" 29 #define THUMB_FOLDER_GLOBAL ".thumbnails"
30 #endif 30 #endif
31 #define THUMB_FOLDER_LOCAL ".thumblocal" 31 #define THUMB_FOLDER_LOCAL ".thumblocal"
32 #define THUMB_FOLDER_NORMAL "normal" 32 #define THUMB_FOLDER_NORMAL "normal"