libpurple/conversation.c

changeset 16490
68c22924d66b
parent 16478
19107605c565
child 16545
5188ffbaeb6e
--- a/libpurple/conversation.c	Thu Apr 26 10:49:27 2007 +0000
+++ b/libpurple/conversation.c	Thu Apr 26 12:25:49 2007 +0000
@@ -1159,9 +1159,11 @@
 	data[0] = conv;
 	data[1] = (gpointer)message;
 
-	purple_request_action(conv, NULL, _("Send Message"), text, 0, data, 2,
-	                    _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb),
-	                    _("Cancel"), NULL);
+	purple_request_action(conv, NULL, _("Send Message"), text, 0,
+						  purple_conversation_get_account(conv), NULL, conv,
+						  data, 2,
+						  _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb),
+						  _("Cancel"), NULL);
 }
 
 void

mercurial