/pidgin/main: c90f13e375a8: Fix GG11 build
Tomasz Wasilczyk <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: c90f13e375a8f9e28a4988914df9ce90be4f52c8 Author: Tomasz Wasilczyk <[email protected]> Date: 2014-05-23 10:32 +0200 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/c90f13e375a8 Description: Fix GG11 build diffstat: libpurple/protocols/gg/chat.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff --git a/libpurple/protocols/gg/chat.c b/libpurple/protocols/gg/chat.c --- a/libpurple/protocols/gg/chat.c +++ b/libpurple/protocols/gg/chat.c @@ -526,8 +526,8 @@ void ggp_chat_got_message(PurpleConnecti if (who == me) { PurpleMessage *pmsg; - pmsg = purple_message_new(ggp_uin_to_str(who), - message, PURPLE_MESSAGE_SEND); + pmsg = purple_message_new_outgoing( + ggp_uin_to_str(who), message, 0); purple_message_set_time(pmsg, time); purple_conversation_write_message(