diff src/options.h @ 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
line wrap: on
line diff
--- a/src/options.h	Thu Jun 12 22:43:32 2008 +0000
+++ b/src/options.h	Fri Jun 13 11:11:57 2008 +0000
@@ -165,6 +165,7 @@
 
 		gint show_thumbnails;
 		gint show_marks;
+		gboolean show_directory_date;
 
 		struct {
 			gint w;