From c78b9c0f83204c1805c9f1fc858bddefc2402e17 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 17 Feb 2009 22:00:17 +0100 Subject: Enable in setup.xml Support for override in the album --- setup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.c') diff --git a/setup.c b/setup.c index 40da036..d9b9464 100644 --- a/setup.c +++ b/setup.c @@ -133,6 +133,8 @@ parse_setup_xml (const char *filename, TGallerySetup *setup) setup->use_inpage_links = s ? strcasecmp (s, "yes") == 0 : TRUE; /* default to TRUE */ if (s) g_free (s); + setup->nofullsize = xml_file_get_node_present (xml, "/gallery_setup/images/nofullsize"); + xml_parser_close (xml); #ifdef __DEBUG_ALL__ -- cgit v1.2.3