diff src/buddy.c @ 1230:5395053cdee1

[gaim-migrate @ 1240] ok. it works. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Dec 2000 08:11:06 +0000
parents 229bf438c591
children 728a90516211
line wrap: on
line diff
--- a/src/buddy.c	Mon Dec 11 07:42:19 2000 +0000
+++ b/src/buddy.c	Mon Dec 11 08:11:06 2000 +0000
@@ -1313,11 +1313,10 @@
 		u = find_user(b->pouncer, b->protocol); /* find our user */
 		if (u == NULL) continue;
 
+		/* check and see if we're signed on as the pouncer */
+		if (u->gc == NULL) continue;
+		
                 if (!strcasecmp(who, normalize(b->name))) { /* find someone to pounce */
-			/* check and see if we're signed on as the pouncer */
-
-			if (u->gc == NULL) continue;
-			
 			if (b->popup == 1)
 			{
 				c = find_conversation(name);