diff src/layout.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 de1c2cd06fce
children 95fe470440ad
line wrap: on
line diff
--- a/src/layout.c	Sat Apr 12 21:38:55 2008 +0000
+++ b/src/layout.c	Sat Apr 12 21:45:30 2008 +0000
@@ -1879,7 +1879,7 @@
 
 	lw = g_new0(LayoutWindow, 1);
 
-	lw->thumbs_enabled = options->thumbnails.enabled;
+	lw->thumbs_enabled = options->layout.show_thumbnails;
 	lw->sort_method = SORT_NAME;
 	lw->sort_ascend = TRUE;