diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-21 15:52:47 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-22 15:22:06 +0000 |
commit | 063ad28b1a06328e14ed72cc4b99cd4684efed12 (patch) | |
tree | 84456855290319cccfd07f705f2096b611687002 /gtk/gtkfilechoosernative.c | |
parent | d505573ee608f8f26fd02458030d1755fd3af8b6 (diff) | |
download | gtk+-063ad28b1a06328e14ed72cc4b99cd4684efed12.tar.gz |
Remove overwrite confirmation machinery from GtkFileChooser
Overwrite confirmation should not be optional, and it should not loop
into application code to create their own dialog and user response.
Diffstat (limited to 'gtk/gtkfilechoosernative.c')
-rw-r--r-- | gtk/gtkfilechoosernative.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkfilechoosernative.c b/gtk/gtkfilechoosernative.c index c08c84fd54..7a94813802 100644 --- a/gtk/gtkfilechoosernative.c +++ b/gtk/gtkfilechoosernative.c @@ -105,8 +105,6 @@ * "_Cancel"); * chooser = GTK_FILE_CHOOSER (native); * - * gtk_file_chooser_set_do_overwrite_confirmation (chooser, TRUE); - * * if (user_edited_a_new_document) * gtk_file_chooser_set_current_name (chooser, * _("Untitled document")); @@ -147,7 +145,6 @@ * * #GtkFileChooser::current-folder-changed * * #GtkFileChooser::selection-changed * * #GtkFileChooser::file-activated - * * #GtkFileChooser::confirm-overwrite * * You can also not use the methods that directly control user navigation: * * gtk_file_chooser_unselect_filename() |