diff src/options.h @ 594:4cfce4ed35e0

Use a dedicated option to enable keywords and comment saving as XMP tags in image's files. This new option is named "save_metadata_in_image_file" in configuration file. User can toggle it through Preferences > Advanced > Miscellaneous > Store keywords and comments as XMP tags in image files. Description of enable_metadata_dirs was modified as an attempt to improve clarity.
author zas_
date Tue, 06 May 2008 12:31:23 +0000
parents fe675761d091
children 21864cc96369
line wrap: on
line diff
--- a/src/options.h	Tue May 06 12:03:39 2008 +0000
+++ b/src/options.h	Tue May 06 12:31:23 2008 +0000
@@ -39,6 +39,8 @@
 	gint open_recent_list_maxsize;
 	gint dnd_icon_size;
 
+	gint save_metadata_in_image_file;
+
 	/* file ops */
 	struct {
 		gint enable_in_place_rename;