Mercurial > pidgin
diff src/protocols/oscar/oscar.c @ 13168:bdb8d7beb5a7
[gaim-migrate @ 15531]
Sorry about that; the build bot is pickier than the static libgaim compilation I tested this on. I'll be sure to compile Gaim proper before committing in the future.
committer: Tailor Script <tailor@pidgin.im>
| author | Evan Schoenberg <evan.s@dreskin.net> |
|---|---|
| date | Tue, 07 Feb 2006 19:50:14 +0000 |
| parents | c0a6b8f29035 |
| children | 33bef17125c2 |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Tue Feb 07 19:36:40 2006 +0000 +++ b/src/protocols/oscar/oscar.c Tue Feb 07 19:50:14 2006 +0000 @@ -6526,7 +6526,7 @@ /* * If we're IMing an SMS user or an ICQ user from an ICQ account, then strip HTML. */ - if (aim_snvalid_sms(name)) { + if (aim_sn_is_sms(name)) { /* Messaging an SMS (mobile) user */ tmp2 = gaim_unescape_html(tmp1); } else if (aim_sn_is_icq(gaim_account_get_username(account))) {
