diff options
author | Sargastic <[email protected]> | 2018-08-11 21:40:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-27 13:11:09 +0100 |
commit | 58e987622a1d4ff137b9e5475880376dd60ac18b (patch) | |
tree | 9eefd32199ba49d8500074b2a087ebc009431ae7 /libcaja-private/caja-file-operations.c | |
parent | 040a897fe879e949f4e11be4b0d065486c677e97 (diff) | |
download | caja-58e987622a1d4ff137b9e5475880376dd60ac18b.tar.bz2 caja-58e987622a1d4ff137b9e5475880376dd60ac18b.tar.xz |
Add independent show/hide backup files
Diffstat (limited to 'libcaja-private/caja-file-operations.c')
-rw-r--r-- | libcaja-private/caja-file-operations.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcaja-private/caja-file-operations.c b/libcaja-private/caja-file-operations.c index 41e4f129..51481db0 100644 --- a/libcaja-private/caja-file-operations.c +++ b/libcaja-private/caja-file-operations.c @@ -1032,6 +1032,7 @@ should_skip_file (CommonJob *common, if (common->skip_files != NULL) { return g_hash_table_lookup (common->skip_files, file) != NULL; } + return FALSE; } |