Mercurial > geeqie
diff 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 |
line wrap: on
line diff
--- a/src/options.c Thu Jun 12 22:43:32 2008 +0000 +++ b/src/options.c Fri Jun 13 11:11:57 2008 +0000 @@ -107,6 +107,7 @@ options->layout.properties_window.w = DEF_PROPERTY_WIDTH; options->layout.properties_window.h = DEF_PROPERTY_HEIGHT; options->layout.save_window_positions = FALSE; + options->layout.show_directory_date = FALSE; options->layout.show_marks = FALSE; options->layout.show_thumbnails = FALSE; options->layout.style = 0;
