[file-roller] use the options provided by edata



commit d19dca7d1b19638e2a336912b9c3a14ff28b4e56
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Dec 19 16:25:20 2015 +0100

    use the options provided by edata

 src/fr-window.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index f7ca590..6942682 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -9258,9 +9258,9 @@ fr_window_exec_batch_action (FrWindow      *window,
 
                edata = action->data;
                fr_window_archive_extract_here (window,
-                                               FALSE,
-                                               TRUE,
-                                               FALSE,
+                                               edata->skip_older,
+                                               edata->overwrite,
+                                               edata->junk_paths,
                                                ! window->priv->batch_mode || window->priv->notify);
                break;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]