diff src/options.c @ 1567:c776b1310ca6

added an option to write image orientation to the metadata
author nadvornik
date Sun, 26 Apr 2009 09:01:35 +0000
parents b5608391f479
children 0cd2268f500b
line wrap: on
line diff
--- a/src/options.c	Sat Apr 25 22:08:09 2009 +0000
+++ b/src/options.c	Sun Apr 26 09:01:35 2009 +0000
@@ -104,6 +104,7 @@
 	options->metadata.confirm_on_image_change = FALSE;
 	options->metadata.confirm_on_dir_change = TRUE;
 	options->metadata.tags_case_sensitive = FALSE;
+	options->metadata.write_orientation = TRUE;
 	
 	options->show_icon_names = TRUE;