diff src/blist.c @ 6116:de49cfd8fd59

[gaim-migrate @ 6579] This fixes "perl plugin handling event_buddy_signon called twice" http://sourceforge.net/tracker/index.php?func=detail&aid=727796&group_id=235&atid=100235 Also cleaned up history.c a tad bit and removed a printf--thanks to SimGuy. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 13 Jul 2003 23:26:06 +0000
parents d5f4ae4f9a02
children 9083f92e0d58
line wrap: on
line diff
--- a/src/blist.c	Sun Jul 13 21:40:24 2003 +0000
+++ b/src/blist.c	Sun Jul 13 23:26:06 2003 +0000
@@ -170,7 +170,6 @@
 
 	if(buddy->present == GAIM_BUDDY_SIGNING_ON) {
 		buddy->present = GAIM_BUDDY_ONLINE;
-		gaim_event_broadcast(event_buddy_signon, buddy->account->gc, buddy->name);
 	} else if(buddy->present == GAIM_BUDDY_SIGNING_OFF) {
 		buddy->present = GAIM_BUDDY_OFFLINE;
 	}