diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 18:45:55 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2011-06-04 18:45:55 +0200 |
| commit | b960b2a4579bf5cd25124191ff37c5ad30a529ff (patch) | |
| tree | 90a00c525ba7c667bd924bef593d36b6a34698d9 /src/setup.c | |
| parent | a894e2f163153553e5ac32a1f2600315971e13c4 (diff) | |
| download | cataract-b960b2a4579bf5cd25124191ff37c5ad30a529ff.tar.xz | |
Port EXIF table visibility switch 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 2d7fbac..48e03c5 100644 --- a/src/setup.c +++ b/src/setup.c @@ -117,7 +117,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); - setup->show_exif_table = xml_file_get_node_attribute_boolean (xml, "/gallery_setup/navigation/show_exif_table", "value", TRUE); /* feed section */ setup->feed_enabled = xml_file_get_node_attribute_boolean (xml, "/gallery_setup/feed", "enable", FALSE); |
