Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
thunar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
268
Issues
268
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
thunar
Commits
0dca6e49
Commit
0dca6e49
authored
Mar 13, 2012
by
Eric Koegel
Committed by
Jannis Pohlmann
Mar 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a "Skip All" button to the file overwrite dialog (bug #4263).
parent
2d4e4abb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
NEWS
NEWS
+1
-0
thunar/thunar-dialogs.c
thunar/thunar-dialogs.c
+2
-0
No files found.
NEWS
View file @
0dca6e49
...
...
@@ -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
=====
...
...
thunar/thunar-dialogs.c
View file @
0dca6e49
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment