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-directory-async.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-directory-async.c')
-rw-r--r-- | libcaja-private/caja-directory-async.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libcaja-private/caja-directory-async.c b/libcaja-private/caja-directory-async.c index 069f5523..e3513cc8 100644 --- a/libcaja-private/caja-directory-async.c +++ b/libcaja-private/caja-directory-async.c @@ -904,7 +904,7 @@ static gboolean should_skip_file (CajaDirectory *directory, GFileInfo *info) { static gboolean show_hidden_files_changed_callback_installed = FALSE; - + /* Add the callback once for the life of our process */ if (!show_hidden_files_changed_callback_installed) { @@ -2457,7 +2457,8 @@ monitor_includes_file (const Monitor *monitor, } return caja_file_should_show (file, monitor->monitor_hidden_files, - TRUE); + TRUE, + FALSE); } static gboolean |