comparison libpurple/conversation.c @ 21244:a20ef7180680

Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no reason that the common UI ones need to be in a different namespace from the ones used by libpurple.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 20:53:40 +0000
parents fba1f6c3df0b
children 1812b8ccfd7a d4f95419be45
comparison
equal deleted inserted replaced
21243:6402252be3c8 21244:a20ef7180680
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_HINT_CONV, data, 2, 1214 PURPLE_REQUEST_UI_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