[Xfce4-commits] <thunar:master> Add a "Skip All" button to the file overwrite dialog (bug #4263).
Jannis Pohlmann
noreply at xfce.org
Tue Mar 13 23:20:01 CET 2012
Updating branch refs/heads/master
to 0dca6e49ab7bc11c3a3b6582b6a2508307a125aa (commit)
from 2d4e4abba012a4df994d07dbfe1f818fa8eb49e9 (commit)
commit 0dca6e49ab7bc11c3a3b6582b6a2508307a125aa
Author: Eric Koegel <eric at xfce.org>
Date: Tue Mar 13 22:17:00 2012 +0000
Add a "Skip All" button to the file overwrite dialog (bug #4263).
NEWS | 1 +
thunar/thunar-dialogs.c | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 0de1e7c..7a4fccd 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,7 @@
- Fix crash when removing an ancestor of the current folder (bug #8168).
- Fix handling %U when launching multiple files with an app (bug #7456).
- Improve sorting of file names that include numbers (bug #5359).
+- Add a "Skip All" button to the file overwrite dialog (bug #4263).
1.3.0
=====
diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index b79391c..b6fe037 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -505,6 +505,7 @@ thunar_dialogs_show_job_ask_replace (GtkWindow *parent,
| GTK_DIALOG_NO_SEPARATOR
| GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+ _("S_kip All"), THUNAR_JOB_RESPONSE_NO_ALL,
_("_Skip"), THUNAR_JOB_RESPONSE_NO,
_("Replace _All"), THUNAR_JOB_RESPONSE_YES_ALL,
_("_Replace"), THUNAR_JOB_RESPONSE_YES,
@@ -513,6 +514,7 @@ thunar_dialogs_show_job_ask_replace (GtkWindow *parent,
THUNAR_JOB_RESPONSE_YES,
THUNAR_JOB_RESPONSE_YES_ALL,
THUNAR_JOB_RESPONSE_NO,
+ THUNAR_JOB_RESPONSE_NO_ALL,
GTK_RESPONSE_CANCEL,
-1);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), THUNAR_JOB_RESPONSE_YES);
More information about the Xfce4-commits
mailing list