diff src/util.c @ 4349:0c68d402f59f

[gaim-migrate @ 4614] XML Blist Gaim stores all the buddy lists in one big happy file now. You can order the buddies however you want, and they'll stay ordered that way. We can also store some per-buddy information now, which will be cool. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 19 Jan 2003 22:16:52 +0000
parents 5978e3d53f29
children 5fb47ec9bfe4
line wrap: on
line diff
--- a/src/util.c	Sun Jan 19 22:03:57 2003 +0000
+++ b/src/util.c	Sun Jan 19 22:16:52 2003 +0000
@@ -960,7 +960,7 @@
 	   AIM account connected. */
 	while (conn) {
 		gc = conn->data;
-		if (gc->protocol == PROTO_TOC) {
+		if (gc->protocol == PROTO_OSCAR && isalpha(gc->username[0])) {
 			break;
 		}
 		conn = conn->next;