summaryrefslogtreecommitdiff
path: root/src/typedefs.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-19 18:55:14 +0100
committerinfirit <[email protected]>2014-11-19 21:02:23 +0100
commit09f448bd6a358e1f72ccbf71ed5db19ffb93fcab (patch)
tree81ef3e38bef3cf4941d79933b9f25dae21c42d41 /src/typedefs.h
parent92cfac6d6896b16721384534a99f1bb65efb339d (diff)
downloadengrampa-09f448bd6a358e1f72ccbf71ed5db19ffb93fcab.tar.bz2
engrampa-09f448bd6a358e1f72ccbf71ed5db19ffb93fcab.tar.xz
Ask overwrite confirmation when extracting files with drag&drop
Based on FR commit: 8e2f58d8a56eb2dd27448274c732d3f0324401b5 From: Paolo Bacchilega <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=590609
Diffstat (limited to 'src/typedefs.h')
-rw-r--r--src/typedefs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/typedefs.h b/src/typedefs.h
index 8e687de..e25ed73 100644
--- a/src/typedefs.h
+++ b/src/typedefs.h
@@ -50,6 +50,12 @@ typedef enum {
FR_COMPRESSION_MAXIMUM
} FrCompression;
+typedef enum {
+ FR_OVERWRITE_YES,
+ FR_OVERWRITE_NO,
+ FR_OVERWRITE_ASK
+} FrOverwrite;
+
typedef enum { /*< skip >*/
FR_PROC_ERROR_NONE,
FR_PROC_ERROR_GENERIC,