Mercurial > geeqie
comparison src/cache.h @ 708:444705451f3a
Use G_DIR_SEPARATOR_S instead of hardcoded "/".
author | zas_ |
---|---|
date | Tue, 20 May 2008 23:11:47 +0000 |
parents | 48c8e49b571c |
children | 4fe8f9656107 |
comparison
equal
deleted
inserted
replaced
707:41c17c66e63b | 708:444705451f3a |
---|---|
16 | 16 |
17 | 17 |
18 #include "similar.h" | 18 #include "similar.h" |
19 | 19 |
20 | 20 |
21 #define GQ_CACHE_RC_THUMB GQ_RC_DIR"/thumbnails" | 21 #define GQ_CACHE_RC_THUMB GQ_RC_DIR G_DIR_SEPARATOR_S "thumbnails" |
22 #define GQ_CACHE_RC_METADATA GQ_RC_DIR"/metadata" | 22 #define GQ_CACHE_RC_METADATA GQ_RC_DIR G_DIR_SEPARATOR_S "metadata" |
23 | 23 |
24 #define GQ_CACHE_LOCAL_THUMB ".thumbnails" | 24 #define GQ_CACHE_LOCAL_THUMB ".thumbnails" |
25 #define GQ_CACHE_LOCAL_METADATA ".metadata" | 25 #define GQ_CACHE_LOCAL_METADATA ".metadata" |
26 | 26 |
27 #define GQ_CACHE_EXT_THUMB ".png" | 27 #define GQ_CACHE_EXT_THUMB ".png" |