From f007602b631fee9ac23c909abb75bd606f501a4f Mon Sep 17 00:00:00 2001 From: Jorge Kalmbach Date: Wed, 20 Jan 2010 23:05:57 -0200 Subject: Ask for confirmation when replacing files, in save as Bug #605480 --- src/window-commands.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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); -- cgit v1.2.3