comparison libpurple/conversation.c @ 21335:d4f95419be45

disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:01:12 +0000
parents a20ef7180680
children 8ae227dca885
comparison
equal deleted inserted replaced
21244:a20ef7180680 21335:d4f95419be45
1209 data[0] = conv; 1209 data[0] = conv;
1210 data[1] = (gpointer)message; 1210 data[1] = (gpointer)message;
1211 1211
1212 purple_request_action_with_hint(conv, NULL, _("Send Message"), text, 0, 1212 purple_request_action_with_hint(conv, NULL, _("Send Message"), text, 0,
1213 purple_conversation_get_account(conv), NULL, conv, 1213 purple_conversation_get_account(conv), NULL, conv,
1214 PURPLE_REQUEST_UI_HINT_CONV, data, 2, 1214 PURPLE_REQUEST_HINT_CONV, data, 2,
1215 _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb), 1215 _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb),
1216 _("Cancel"), NULL); 1216 _("Cancel"), NULL);
1217 } 1217 }
1218 1218
1219 void 1219 void