diff src/main.c @ 340:77103f3f2cb1

Rename option thumbnails.enabled to layout.show_thumbnails as it makes more sense.
author zas_
date Sat, 12 Apr 2008 21:45:30 +0000
parents 41c3cb73120f
children 15c6b94545a2
line wrap: on
line diff
--- a/src/main.c	Sat Apr 12 21:38:55 2008 +0000
+++ b/src/main.c	Sat Apr 12 21:45:30 2008 +0000
@@ -1211,7 +1211,7 @@
 
 	layout_views_get(NULL, &options->layout.view_as_tree, &options->layout.view_as_icons);
 
-	options->thumbnails.enabled = layout_thumb_get(NULL);
+	options->layout.show_thumbnails = layout_thumb_get(NULL);
 	layout_sort_get(NULL, &options->file_sort.method, &options->file_sort.ascending);
 
 	layout_geometry_get_tools(NULL, &options->layout.float_window.x, &options->layout.float_window.y,