Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv20613
Modified Files:
prpl.c
Log Message:
fine. whatever.
Index: prpl.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/prpl.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- prpl.c 2001/10/23 04:54:45 1.43
+++ prpl.c 2001/10/23 08:15:00 1.44
@@ -546,7 +546,8 @@
static void do_add(gpointer x, struct got_add *ga)
{
- show_add_buddy(ga->gc, ga->who, NULL, ga->alias);
+ if (g_slist_find(connections, ga->gc))
+ show_add_buddy(ga->gc, ga->who, NULL, ga->alias);
}
void show_got_added(struct gaim_connection *gc, const char *id,
|