diff 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
line wrap: on
line diff
--- a/src/globals.c	Sun Apr 13 18:56:24 2008 +0000
+++ b/src/globals.c	Sun Apr 13 19:21:13 2008 +0000
@@ -67,7 +67,7 @@
 	options->thumbnails.fast = TRUE;
 	options->thumbnails.spec_standard = TRUE;
 	options->enable_metadata_dirs = FALSE;
-	options->file_filter.show_dot_files = FALSE;
+	options->file_filter.show_hidden_files = FALSE;
 	options->file_filter.disable = FALSE;