diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-17 22:00:17 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-17 22:00:17 +0100 |
| commit | c78b9c0f83204c1805c9f1fc858bddefc2402e17 (patch) | |
| tree | e6935ab97d04454db0ba210e56020127f54e5210 /setup.c | |
| parent | 48cb3b4f0d0598b1a84958785323978f4dfee67c (diff) | |
| download | cataract-c78b9c0f83204c1805c9f1fc858bddefc2402e17.tar.xz | |
Enable <nofullsize> in setup.xml
Support for <fullsize> override in the album
Diffstat (limited to 'setup.c')
| -rw-r--r-- | setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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__ |
