Mercurial > pidgin.yaz
changeset 10785:4a2f361f49b9
[gaim-migrate @ 12423]
Fix the thing that Luke is about to remind me about before he can remind me
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 05 Apr 2005 21:13:33 +0000 |
parents | c29edc9a5e40 |
children | 7638c282b1d3 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Tue Apr 05 05:02:17 2005 +0000 +++ b/src/protocols/oscar/oscar.c Tue Apr 05 21:13:33 2005 +0000 @@ -5607,9 +5607,8 @@ /* From ICQ to AIM */ tmpmsg = g_markup_escape_text(message, -1); } else { - if (aim_sn_is_icq(name)) - /* From AIM to AIM and AIM to ICQ */ - tmpmsg = g_strdup(message); + /* From AIM to AIM and AIM to ICQ */ + tmpmsg = g_strdup(message); } len = strlen(tmpmsg);