diff src/gtkrequest.c @ 10116:9f358a718f38

[gaim-migrate @ 11153] I went through every commit email on oldstatus since we branched, and merged relevant things to HEAD that had only been applied on oldstatus. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 18 Oct 2004 19:02:33 +0000
parents f4ff7d2b9b2c
children ffab99688e5f
line wrap: on
line diff
--- a/src/gtkrequest.c	Mon Oct 18 17:25:25 2004 +0000
+++ b/src/gtkrequest.c	Mon Oct 18 19:02:33 2004 +0000
@@ -1396,7 +1396,7 @@
 	if ((data->u.file.savedialog == TRUE) &&
 		(g_file_test(data->u.file.name, G_FILE_TEST_EXISTS))) {
 		gaim_request_yes_no(data, NULL, _("That file already exists"),
-							_("Would you like to overwrite it?"), 1, data,
+							_("Would you like to overwrite it?"), 0, data,
 							G_CALLBACK(file_yes_no_cb),
 							G_CALLBACK(file_yes_no_cb));
 	} else