# HG changeset patch # User Andre Heinecke # Date 1430986847 -7200 # Node ID c4a5ef6db8957b8df7a34b7e340c16f352b9cd5d # Parent 97c14310cc1a5767473edadc03a673f4720c0066 Add definitions used for the detachable image configuration. diff -r 97c14310cc1a -r c4a5ef6db895 src/constants.h --- a/src/constants.h Thu May 07 10:20:07 2015 +0200 +++ b/src/constants.h Thu May 07 10:20:47 2015 +0200 @@ -95,4 +95,10 @@ /**@def The fallback value in case the DisplayDate column can't be found */ #define DATE_COLUMN_FALLBACK_IDX 2 +/**@def Setting to control wether or not the image can be detached. */ +#define DETACHABLE_IMAGE_KEY "DetachableImage" + +/**@def Default value for the detachable image. */ +#define DETACHABLE_IMAGE_DEFAULT false + #endif // CONSTANTS_H