diff pidgin/gtkrequest.c @ 20598:285bb637a2b7

Updated hinting to be less invasive
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 16:19:34 +0000
parents 591267f6f1d5
children 8c9aad9479c0 0b67d509a305
line wrap: on
line diff
--- a/pidgin/gtkrequest.c	Sat Sep 22 09:48:07 2007 +0000
+++ b/pidgin/gtkrequest.c	Sat Sep 22 16:19:34 2007 +0000
@@ -1560,7 +1560,7 @@
 
 	if ((data->u.file.savedialog == TRUE) &&
 		(g_file_test(data->u.file.name, G_FILE_TEST_EXISTS))) {
-		purple_request_action(data, NULL, _("That file already exists"),
+		purple_request_action_with_hint(data, NULL, _("That file already exists"),
 							_("Would you like to overwrite it?"), 0,
 							NULL, NULL, NULL,
 							"pidgin-request-file", data, 2,