Adding hints to conversation.c

Thu, 16 Aug 2007 19:57:25 +0000

author
Gabriel Schulhof <nix@go-nix.ca>
date
Thu, 16 Aug 2007 19:57:25 +0000
changeset 19282
a5ffa464491a
parent 19281
c256aed7021d
child 19283
21fe763cbf46

Adding hints to conversation.c

libpurple/conversation.c file | annotate | diff | comparison | revisions
--- a/libpurple/conversation.c	Thu Aug 16 18:59:28 2007 +0000
+++ b/libpurple/conversation.c	Thu Aug 16 19:57:25 2007 +0000
@@ -1168,7 +1168,7 @@
 
 	purple_request_action(conv, NULL, _("Send Message"), text, 0,
 						  purple_conversation_get_account(conv), NULL, conv,
-						  data, 2,
+						  "conversation", data, 2,
 						  _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb),
 						  _("Cancel"), NULL);
 }

mercurial