diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 19:04:08 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 19:04:08 +0200 |
| commit | 0c2ec4f8a357b8add78bce44a298225c00c4e16e (patch) | |
| tree | f5a09896d32db4979e992dcb848e3aa8710a3110 /src/setup.c | |
| parent | b960b2a4579bf5cd25124191ff37c5ad30a529ff (diff) | |
| download | cataract-0c2ec4f8a357b8add78bce44a298225c00c4e16e.tar.xz | |
Port Go Up link to the new defines system
Diffstat (limited to 'src/setup.c')
| -rw-r--r-- | src/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/setup.c b/src/setup.c index 48e03c5..e88a292 100644 --- a/src/setup.c +++ b/src/setup.c @@ -116,7 +116,6 @@ parse_setup_xml (const gchar *filename) /* navigation section */ setup->use_inpage_links = xml_file_get_node_attribute_boolean (xml, "/gallery_setup/navigation/use_inpage_links", "value", TRUE); - setup->show_go_up = xml_file_get_node_attribute_boolean (xml, "/gallery_setup/navigation/show_go_up", "value", TRUE); /* feed section */ setup->feed_enabled = xml_file_get_node_attribute_boolean (xml, "/gallery_setup/feed", "enable", FALSE); |
