diff src/options.c @ 1592:69abb57139f0

use "keywords" instead of "tags" in option name, it is more consistent
author nadvornik
date Thu, 07 May 2009 19:30:15 +0000
parents 5b59ccf95b2b
children fee96b7345e8
line wrap: on
line diff
--- a/src/options.c	Sun May 03 03:11:39 2009 +0900
+++ b/src/options.c	Thu May 07 19:30:15 2009 +0000
@@ -103,7 +103,7 @@
 	options->metadata.confirm_timeout = 10;
 	options->metadata.confirm_on_image_change = FALSE;
 	options->metadata.confirm_on_dir_change = TRUE;
-	options->metadata.tags_case_sensitive = FALSE;
+	options->metadata.keywords_case_sensitive = FALSE;
 	options->metadata.write_orientation = TRUE;
 	
 	options->show_icon_names = TRUE;