summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-31 19:29:50 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-31 19:29:50 +0100
commitdc66e451a966e5ab320451c87ad912a741a71d4e (patch)
treed6e002d12d895517481612b699e5eaecb39e4258 /setup.h
parente57e8ac7b198cd02331f0b66c12c9166641d373b (diff)
downloadcataract-dc66e451a966e5ab320451c87ad912a741a71d4e.tar.xz
Use image title as meta description
Allow per-album meta tags
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 06afaeb..bd0c319 100644
--- a/setup.h
+++ b/setup.h
@@ -39,6 +39,7 @@ typedef struct {
char *meta_author;
char *meta_description;
char *meta_keywords;
+ gboolean use_title_as_meta;
int thumbnail_quality;
unsigned long thumbnail_landscape_width;