comparison src/globals.c @ 356:673d1eb5af73

Rename show_dot_files to show_hidden_files. There is no need to expose the underlying method to hide files.
author zas_
date Sun, 13 Apr 2008 19:21:13 +0000
parents 63380ea3e65d
children 61a3c8b05b24
comparison
equal deleted inserted replaced
355:0b82646e977f 356:673d1eb5af73
65 options->thumbnails.cache_into_dirs = FALSE; 65 options->thumbnails.cache_into_dirs = FALSE;
66 options->thumbnails.use_xvpics = TRUE; 66 options->thumbnails.use_xvpics = TRUE;
67 options->thumbnails.fast = TRUE; 67 options->thumbnails.fast = TRUE;
68 options->thumbnails.spec_standard = TRUE; 68 options->thumbnails.spec_standard = TRUE;
69 options->enable_metadata_dirs = FALSE; 69 options->enable_metadata_dirs = FALSE;
70 options->file_filter.show_dot_files = FALSE; 70 options->file_filter.show_hidden_files = FALSE;
71 options->file_filter.disable = FALSE; 71 options->file_filter.disable = FALSE;
72 72
73 73
74 options->layout.show_thumbnails = FALSE; 74 options->layout.show_thumbnails = FALSE;
75 options->file_sort.method = SORT_NAME; 75 options->file_sort.method = SORT_NAME;