Mercurial > pidgin
diff src/blist.c @ 6450:e7b87c8e8c0a
[gaim-migrate @ 6959]
MMaking a comment about a check that, imho, is a bit ugly. We don't want to
have protocol-specific checks in core code if we can help it.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 13 Aug 2003 16:31:57 +0000 |
| parents | e9974608b319 |
| children | ccfdf9f2cdd1 |
line wrap: on
line diff
--- a/src/blist.c Wed Aug 13 16:09:48 2003 +0000 +++ b/src/blist.c Wed Aug 13 16:31:57 2003 +0000 @@ -1253,6 +1253,7 @@ protocol = prpl_num; + /* TODO Somehow move this checking into prpls */ if (prpl_num == GAIM_PROTO_OSCAR) { if ((username = gaim_account_get_username(account)) != NULL) { protocol = (isalpha(*username)
