diff src/globals.c @ 329:a51242c032ea

Rename file sorting options.
author zas_
date Sat, 12 Apr 2008 08:35:58 +0000
parents 049d6b00cc14
children 57a4ced53618
line wrap: on
line diff
--- a/src/globals.c	Sat Apr 12 08:28:08 2008 +0000
+++ b/src/globals.c	Sat Apr 12 08:35:58 2008 +0000
@@ -72,8 +72,8 @@
 	
 	
 	options->thumbnails_enabled = FALSE;
-	options->file_sort_method = SORT_NAME;
-	options->file_sort_ascending = TRUE;
+	options->file_sort.method = SORT_NAME;
+	options->file_sort.ascending = TRUE;
 	
 	options->slideshow.delay = 150;
 	options->slideshow.random = FALSE;
@@ -109,7 +109,7 @@
 	
 	options->dupe_custom_threshold = 99;
 
-	options->file_sort_case_sensitive = FALSE;
+	options->file_sort.case_sensitive = FALSE;
 
 	/* layout */
 	options->layout.order = NULL;