Mercurial > pidgin
changeset 23451:aa25bb450139
oops, sending the format data probably isn't very useful. Unless you try
to encode your message in the font name, that is
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Wed, 26 Dec 2007 02:33:46 +0000 |
parents | b82a17934604 |
children | b268fc2c9121 |
files | libpurple/protocols/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c Wed Dec 26 02:30:07 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Wed Dec 26 02:33:46 2007 +0000 @@ -1008,7 +1008,7 @@ friendname = msn_encode_mime(account->username); msn_oim_prep_send_msg_info(session->oim, purple_account_get_username(account), - friendname, who, msgformat); + friendname, who, msgtext); msn_oim_send_msg(session->oim); g_free(msgformat);