comparison libpurple/conversation.c @ 19851:a28127ed9797

Adding hints to conversation.c
author Gabriel Schulhof <nix@go-nix.ca>
date Thu, 16 Aug 2007 19:57:25 +0000
parents e1062ac14080
children 6a0d9fa477d4
comparison
equal deleted inserted replaced
19850:b7d27c13a061 19851:a28127ed9797
1166 data[0] = conv; 1166 data[0] = conv;
1167 data[1] = (gpointer)message; 1167 data[1] = (gpointer)message;
1168 1168
1169 purple_request_action(conv, NULL, _("Send Message"), text, 0, 1169 purple_request_action(conv, NULL, _("Send Message"), text, 0,
1170 purple_conversation_get_account(conv), NULL, conv, 1170 purple_conversation_get_account(conv), NULL, conv,
1171 data, 2, 1171 "conversation", data, 2,
1172 _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb), 1172 _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb),
1173 _("Cancel"), NULL); 1173 _("Cancel"), NULL);
1174 } 1174 }
1175 1175
1176 void 1176 void