diff libpurple/conversation.c @ 21560:665e04562de0

This merge has the effect of reverting the hinting code from trunk.
author Richard Laager <rlaager@wiktel.com>
date Sat, 17 Nov 2007 00:12:30 +0000
parents 1812b8ccfd7a fcb848b2d669
children fbef14f35c78 98604b4bfa3b
line wrap: on
line diff
--- a/libpurple/conversation.c	Fri Nov 16 03:39:04 2007 +0000
+++ b/libpurple/conversation.c	Sat Nov 17 00:12:30 2007 +0000
@@ -1208,9 +1208,9 @@
 	data[0] = conv;
 	data[1] = (gpointer)message;
 
-	purple_request_action_with_hint(conv, NULL, _("Send Message"), text, 0,
+	purple_request_action(conv, NULL, _("Send Message"), text, 0,
 						  purple_conversation_get_account(conv), NULL, conv,
-						  PURPLE_REQUEST_UI_HINT_CONV, data, 2,
+						  data, 2,
 						  _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb),
 						  _("Cancel"), NULL);
 }