Skip to content

Commit 06b4f4c

Browse files
Sargasticraveit65
authored andcommitted
Skip hidden files only, not backups
1 parent 58e9876 commit 06b4f4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎libcaja-private/caja-directory-async.c‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -918,9 +918,7 @@ should_skip_file (CajaDirectory *directory, GFileInfo *info)
918918
show_hidden_files_changed_callback (NULL);
919919
}
920920

921-
if (!show_hidden_files &&
922-
(g_file_info_get_is_hidden (info) ||
923-
g_file_info_get_is_backup (info)))
921+
if (!show_hidden_files && g_file_info_get_is_hidden (info))
924922
{
925923
return TRUE;
926924
}

0 commit comments

Comments
 (0)