comparison src/options.c @ 825:ee33d2ddb661

Optionnally display directory's date in list view. It can be set through Preferences > Advanced > Behavior and is saved to rc file as layout.show_directory_date option.
author zas_
date Fri, 13 Jun 2008 11:11:57 +0000
parents df541dc41707
children e1d158ac6d36
comparison
equal deleted inserted replaced
824:4a913f093f56 825:ee33d2ddb661
105 options->layout.main_window.y = 0; 105 options->layout.main_window.y = 0;
106 options->layout.order = NULL; 106 options->layout.order = NULL;
107 options->layout.properties_window.w = DEF_PROPERTY_WIDTH; 107 options->layout.properties_window.w = DEF_PROPERTY_WIDTH;
108 options->layout.properties_window.h = DEF_PROPERTY_HEIGHT; 108 options->layout.properties_window.h = DEF_PROPERTY_HEIGHT;
109 options->layout.save_window_positions = FALSE; 109 options->layout.save_window_positions = FALSE;
110 options->layout.show_directory_date = FALSE;
110 options->layout.show_marks = FALSE; 111 options->layout.show_marks = FALSE;
111 options->layout.show_thumbnails = FALSE; 112 options->layout.show_thumbnails = FALSE;
112 options->layout.style = 0; 113 options->layout.style = 0;
113 options->layout.toolbar_hidden = FALSE; 114 options->layout.toolbar_hidden = FALSE;
114 options->layout.tools_float = FALSE; 115 options->layout.tools_float = FALSE;