[file-roller] removed unused parameter



commit 873a7706734fcc62665ce6a014f5ca87eeda0b99
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Dec 19 16:22:26 2015 +0100

    removed unused parameter

 src/fr-window.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index a39a440..7b1870c 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -6295,7 +6295,6 @@ extract_data_new (FrWindow    *window,
                  gboolean     skip_older,
                  FrOverwrite  overwrite,
                  gboolean     junk_paths,
-                 gboolean     extract_here,
                  gboolean     ask_to_open_destination)
 {
        ExtractData *edata;
@@ -6324,8 +6323,7 @@ extract_to_data_new (FrWindow *window,
                                 extract_to_dir,
                                 NULL,
                                 FALSE,
-                                TRUE,
-                                FALSE,
+                                FR_OVERWRITE_ASK,
                                 FALSE,
                                 FALSE);
 }
@@ -6669,7 +6667,6 @@ fr_window_archive_extract (FrWindow    *window,
                                  skip_older,
                                  overwrite,
                                  junk_paths,
-                                 FALSE,
                                  ask_to_open_destination);
 
        fr_window_set_current_batch_action (window,


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