diff libpurple/conversation.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/libpurple/conversation.c	Sat Sep 22 09:48:07 2007 +0000
+++ b/libpurple/conversation.c	Sat Sep 22 16:19:34 2007 +0000
@@ -1208,7 +1208,7 @@
 	data[0] = conv;
 	data[1] = (gpointer)message;
 
-	purple_request_action(conv, NULL, _("Send Message"), text, 0,
+	purple_request_action_with_hint(conv, NULL, _("Send Message"), text, 0,
 						  purple_conversation_get_account(conv), NULL, conv,
 						  "conversation", data, 2,
 						  _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb),