Mercurial > pidgin
changeset 5958:b432fa240263
[gaim-migrate @ 6403]
This should fix this:
<faceprint> KingAnt: \n are not becoming <BR> like they used to for oscar profiles
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 25 Jun 2003 22:30:49 +0000 |
parents | c5c3ddac1c89 |
children | 0a2a32b1917c |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Wed Jun 25 16:53:53 2003 +0000 +++ b/src/dialogs.c Wed Jun 25 22:30:49 2003 +0000 @@ -1885,7 +1885,7 @@ if (b->account) { gchar *tmp = strdup_withhtml(junk); - gaim_account_set_user_info(b->account, junk); + gaim_account_set_user_info(b->account, tmp); g_free(tmp); gc = b->account->gc;