aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window-commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index e4c799897..d26331bad 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -337,6 +337,8 @@ window_cmd_file_save_as (GtkAction *action,
CONF_STATE_SAVE_DIR,
EPHY_FILE_FILTER_ALL_SUPPORTED);
+ gtk_file_chooser_set_do_overwrite_confirmation (GTK_FILE_CHOOSER (dialog), TRUE);
+
g_signal_connect (dialog, "response",
G_CALLBACK (save_response_cb), embed);