Mercurial > geeqie
diff src/options.c @ 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.c Tue May 06 12:03:39 2008 +0000 +++ b/src/options.c Tue May 06 12:31:23 2008 +0000 @@ -27,7 +27,7 @@ options->dnd_icon_size = 48; options->duplicates_similarity_threshold = 99; options->enable_metadata_dirs = FALSE; - + options->file_filter.disable = FALSE; options->file_filter.show_dot_directory = FALSE; options->file_filter.show_hidden_files = FALSE; @@ -111,6 +111,9 @@ options->panels.sort.selection_state = 0; options->progressive_key_scrolling = FALSE; + + options->save_metadata_in_image_file = FALSE; + options->show_copy_path = FALSE; options->show_icon_names = TRUE;
