Mercurial > pidgin
diff src/dialogs.c @ 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 | fccc33d4b8fa |
| children | 0a2a32b1917c |
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;
