diff src/options.c @ 556:fe675761d091

Replace Layout icon_view field by more generic file_view_type. Replace option layout.view_as_icons by layout.file_view_type.
author zas_
date Sat, 03 May 2008 11:34:13 +0000
parents 011a6be611c8
children 4cfce4ed35e0
line wrap: on
line diff
--- a/src/options.c	Sat May 03 10:31:37 2008 +0000
+++ b/src/options.c	Sat May 03 11:34:13 2008 +0000
@@ -73,6 +73,7 @@
 	options->image_overlay.common.template_string = NULL;
 
 	options->layout.dir_view_type = DIRVIEW_LIST;
+	options->layout.file_view_type = FILEVIEW_LIST;
 	options->layout.float_window.h = 450;
 	options->layout.float_window.vdivider_pos = -1;
 	options->layout.float_window.w = 260;
@@ -94,7 +95,6 @@
 	options->layout.tools_float = FALSE;
 	options->layout.tools_hidden = FALSE;
 	options->layout.tools_restore_state = FALSE;
-	options->layout.view_as_icons = FALSE;
 
 	options->lazy_image_sync = FALSE;
 	options->mousewheel_scrolls = FALSE;