# HG changeset patch # User Mark Doliner # Date 1112735613 0 # Node ID 4a2f361f49b944d87c9647514b5dc4461f3afa4c # Parent c29edc9a5e40607ccdae30225812d616b008941b [gaim-migrate @ 12423] Fix the thing that Luke is about to remind me about before he can remind me committer: Tailor Script diff -r c29edc9a5e40 -r 4a2f361f49b9 src/protocols/oscar/oscar.c --- 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);