diff libpurple/plugins/autoaccept.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 6a0d9fa477d4
children 8c9aad9479c0
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c	Sat Sep 22 09:48:07 2007 +0000
+++ b/libpurple/plugins/autoaccept.c	Sat Sep 22 16:19:34 2007 +0000
@@ -159,7 +159,7 @@
 
 	message = g_strdup_printf(_("When a file-transfer request arrives from %s"), 
 					purple_contact_get_alias((PurpleContact *)node));
-	purple_request_choice(plugin, _("Set Autoaccept Setting"), message,
+	purple_request_choice_with_hint(plugin, _("Set Autoaccept Setting"), message,
 						NULL, purple_blist_node_get_int(node, "autoaccept"),
 						_("_Save"), G_CALLBACK(save_cb),
 						_("_Cancel"), NULL,