[file-roller] rename EXTRACT_INTERACT as EXTRACT_ASK_OPTIONS
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] rename EXTRACT_INTERACT as EXTRACT_ASK_OPTIONS
- Date: Sun, 20 Dec 2015 12:17:57 +0000 (UTC)
commit 0b466ba70b0a89b762120c9f3cc476bc429bb4e0
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Dec 20 13:15:43 2015 +0100
rename EXTRACT_INTERACT as EXTRACT_ASK_OPTIONS
src/dlg-extract.c | 2 +-
src/fr-window.c | 6 +++---
src/fr-window.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/dlg-extract.c b/src/dlg-extract.c
index e49f0c4..d73d07c 100644
--- a/src/dlg-extract.c
+++ b/src/dlg-extract.c
@@ -220,7 +220,7 @@ extract_cb (GtkWidget *w,
/* extract ! */
- if (fr_window_batch_get_current_action_type (window) == FR_BATCH_ACTION_EXTRACT_INTERACT) {
+ if (fr_window_batch_get_current_action_type (window) == FR_BATCH_ACTION_EXTRACT_ASK_OPTIONS) {
/* no need to ask the user the extract options again if the
* action is re-executed (for example when asking the password) */
diff --git a/src/fr-window.c b/src/fr-window.c
index 4ba1dab..1b89d7b 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -9194,8 +9194,8 @@ fr_window_exec_batch_action (FrWindow *window,
edata->junk_paths);
break;
- case FR_BATCH_ACTION_EXTRACT_INTERACT:
- debug (DEBUG_INFO, "[BATCH] EXTRACT_INTERACT\n");
+ case FR_BATCH_ACTION_EXTRACT_ASK_OPTIONS:
+ debug (DEBUG_INFO, "[BATCH] EXTRACT ASK OPTIONS\n");
dlg_extract (NULL, window);
break;
@@ -9547,7 +9547,7 @@ fr_window_batch__extract (FrWindow *window,
(GFreeFunc) extract_data_free);
else
fr_window_batch_append_action (window,
- FR_BATCH_ACTION_EXTRACT_INTERACT,
+ FR_BATCH_ACTION_EXTRACT_ASK_OPTIONS,
NULL,
NULL);
fr_window_batch_append_action (window,
diff --git a/src/fr-window.h b/src/fr-window.h
index 1149c28..5f4d2f3 100644
--- a/src/fr-window.h
+++ b/src/fr-window.h
@@ -56,7 +56,7 @@ typedef enum {
FR_BATCH_ACTION_REMOVE,
FR_BATCH_ACTION_EXTRACT,
FR_BATCH_ACTION_EXTRACT_HERE,
- FR_BATCH_ACTION_EXTRACT_INTERACT,
+ FR_BATCH_ACTION_EXTRACT_ASK_OPTIONS,
FR_BATCH_ACTION_RENAME,
FR_BATCH_ACTION_PASTE,
FR_BATCH_ACTION_OPEN_FILES,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]