Mercurial > geeqie.yaz
diff src/view_dir_tree.c @ 332:3c4bad726e98
Rename file filtering options.
author | zas_ |
---|---|
date | Sat, 12 Apr 2008 09:12:37 +0000 |
parents | c74af1cbd61a |
children | 0b82646e977f |
line wrap: on
line diff
--- a/src/view_dir_tree.c Sat Apr 12 08:59:52 2008 +0000 +++ b/src/view_dir_tree.c Sat Apr 12 09:12:37 2008 +0000 @@ -1062,7 +1062,7 @@ /* when hidden files are not enabled, and the user enters a hidden path, * allow the tree to display that path by specifically inserting the hidden entries */ - if (!options->show_dot_files && + if (!options->file_filter.show_dot_files && target_path && strncmp(nd->fd->path, target_path, strlen(nd->fd->path)) == 0) {