changeset 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 ea689dbf1a57
children 6f16136b41e5
files src/blist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)