Mercurial > geeqie
diff src/rcfile.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 | 4a913f093f56 |
children | e1d158ac6d36 |
line wrap: on
line diff
--- a/src/rcfile.c Thu Jun 12 22:43:32 2008 +0000 +++ b/src/rcfile.c Fri Jun 13 11:11:57 2008 +0000 @@ -376,6 +376,7 @@ WRITE_UINT(layout.file_view_type); WRITE_BOOL(layout.show_marks); WRITE_BOOL(layout.show_thumbnails); + WRITE_BOOL(layout.show_directory_date); WRITE_SEPARATOR(); WRITE_BOOL(layout.save_window_positions); @@ -745,6 +746,7 @@ READ_UINT(layout.file_view_type); READ_BOOL(layout.show_marks); READ_BOOL(layout.show_thumbnails); + READ_BOOL(layout.show_directory_date); /* window positions */