diff options
author | infirit <[email protected]> | 2014-11-19 18:55:14 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-19 21:02:23 +0100 |
commit | 09f448bd6a358e1f72ccbf71ed5db19ffb93fcab (patch) | |
tree | 81ef3e38bef3cf4941d79933b9f25dae21c42d41 /src/fr-window.h | |
parent | 92cfac6d6896b16721384534a99f1bb65efb339d (diff) | |
download | engrampa-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/fr-window.h')
-rw-r--r-- | src/fr-window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-window.h b/src/fr-window.h index cb1f38c..77e5d4b 100644 --- a/src/fr-window.h +++ b/src/fr-window.h @@ -151,7 +151,7 @@ void fr_window_archive_extract (FrWindow *window, const char *extract_to_dir, const char *base_dir, gboolean skip_older, - gboolean overwrite, + FrOverwrite overwrite, gboolean junk_paths, gboolean ask_to_open_destination); void fr_window_archive_extract_here (FrWindow *window, |