diff options
author | Richard Laager <rlaager@pidgin.im> | 2007-10-14 20:53:40 +0000 |
---|---|---|
committer | Richard Laager <rlaager@pidgin.im> | 2007-10-14 20:53:40 +0000 |
commit | 5053024eab9462d43e3e179ffd67b477273ed5c7 (patch) | |
tree | e879f321660ce75b4b03136d8bda1ce4f65cdfd2 /libpurple/conversation.c | |
parent | 1aea8ae777c2d2e905ac6cd311cfeaffb0f44b82 (diff) | |
download | pidgin-5053024eab9462d43e3e179ffd67b477273ed5c7.tar.gz |
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.
Diffstat (limited to 'libpurple/conversation.c')
-rw-r--r-- | libpurple/conversation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/conversation.c b/libpurple/conversation.c index f076537a8c..14c267ec1f 100644 --- a/libpurple/conversation.c +++ b/libpurple/conversation.c @@ -1211,7 +1211,7 @@ purple_conv_send_confirm(PurpleConversation *conv, const char *message) purple_request_action_with_hint(conv, NULL, _("Send Message"), text, 0, purple_conversation_get_account(conv), NULL, conv, - PURPLE_REQUEST_HINT_CONV, data, 2, + PURPLE_REQUEST_UI_HINT_CONV, data, 2, _("_Send Message"), G_CALLBACK(purple_conv_send_confirm_cb), _("Cancel"), NULL); } |