diff src/typedefs.h @ 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 15c6b94545a2
line wrap: on
line diff
--- a/src/typedefs.h	Sat Apr 12 21:38:55 2008 +0000
+++ b/src/typedefs.h	Sat Apr 12 21:45:30 2008 +0000
@@ -793,7 +793,6 @@
 		gint use_xvpics;
 		gint spec_standard;
 		gint quality;
-		gint enabled;	/* TODO: move to layout ? */
 	} thumbnails;
 
 	/* file filtering */
@@ -842,6 +841,8 @@
 
 		gint view_as_icons;
 		gint view_as_tree;
+		
+		gint show_thumbnails;
 
 		struct {
 			gint w;