diff src/layout_util.c @ 329:a51242c032ea

Rename file sorting options.
author zas_
date Sat, 12 Apr 2008 08:35:58 +0000
parents b16b9b8979e5
children 15c6b94545a2
line wrap: on
line diff
--- a/src/layout_util.c	Sat Apr 12 08:28:08 2008 +0000
+++ b/src/layout_util.c	Sat Apr 12 08:35:58 2008 +0000
@@ -255,7 +255,7 @@
 		layout_image_full_screen_stop(lw);
 
 	nw = layout_new(NULL, FALSE, FALSE);
-	layout_sort_set(nw, options->file_sort_method, options->file_sort_ascending);
+	layout_sort_set(nw, options->file_sort.method, options->file_sort.ascending);
 	layout_set_path(nw, layout_get_path(lw));
 }