diff options
author | Colomban Wendling <[email protected]> | 2017-01-26 17:20:47 +0100 |
---|---|---|
committer | monsta <[email protected]> | 2017-02-07 17:51:36 +0400 |
commit | 2a294282863634721b46a0a386aa10414de78bab (patch) | |
tree | e81384088a3b1b912c7c15d67a3bebbadb8260e1 /libcaja-private/caja-global-preferences.h | |
parent | d575ecad1297e3200df6370efd5d9ae6db12b96a (diff) | |
download | caja-2a294282863634721b46a0a386aa10414de78bab.tar.bz2 caja-2a294282863634721b46a0a386aa10414de78bab.tar.xz |
Add an option for asking confirmation before moving files to the trash
Add an option to show a confirmation dialog when moving files to the
trash, like there is for deleting files directly or emptying the trash.
Closes #632.
Diffstat (limited to 'libcaja-private/caja-global-preferences.h')
-rw-r--r-- | libcaja-private/caja-global-preferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcaja-private/caja-global-preferences.h b/libcaja-private/caja-global-preferences.h index 6fae1fc0..7a0da287 100644 --- a/libcaja-private/caja-global-preferences.h +++ b/libcaja-private/caja-global-preferences.h @@ -55,6 +55,7 @@ G_BEGIN_DECLS /* Trash options */ #define CAJA_PREFERENCES_CONFIRM_TRASH "confirm-trash" +#define CAJA_PREFERENCES_CONFIRM_MOVE_TO_TRASH "confirm-move-to-trash" #define CAJA_PREFERENCES_ENABLE_DELETE "enable-delete" /* Desktop options */ |