diff src/main.c @ 433:5ddcf93278c7

Save Show Marks state to rc file and display current state in menu. It is saved as boolean option layout.show_marks.
author zas_
date Sat, 19 Apr 2008 21:30:19 +0000
parents eb5ae19a62f6
children 4b2d7f9af171
line wrap: on
line diff
--- a/src/main.c	Sat Apr 19 21:20:08 2008 +0000
+++ b/src/main.c	Sat Apr 19 21:30:19 2008 +0000
@@ -1269,6 +1269,8 @@
 	layout_views_get(NULL, &options->layout.dir_view_type, &options->layout.view_as_icons);
 
 	options->layout.show_thumbnails = layout_thumb_get(NULL);
+	options->layout.show_marks = layout_marks_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,