# HG changeset patch # User Mark Doliner # Date 1056580249 0 # Node ID b432fa2402638dba5e5c133122c281ecd313da77 # Parent c5c3ddac1c891efb308c04646a501f88ef835f31 [gaim-migrate @ 6403] This should fix this: KingAnt: \n are not becoming
like they used to for oscar profiles committer: Tailor Script diff -r c5c3ddac1c89 -r b432fa240263 src/dialogs.c --- 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;