[gaim-migrate @ 2598]

Tue, 23 Oct 2001 08:15:00 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Tue, 23 Oct 2001 08:15:00 +0000
changeset 2585
7f3e347fc1d2
parent 2584
1d2c4de26640
child 2586
c867f3e78ed3

[gaim-migrate @ 2598]
fine. whatever.

src/prpl.c file | annotate | diff | comparison | revisions
--- a/src/prpl.c	Tue Oct 23 08:06:09 2001 +0000
+++ b/src/prpl.c	Tue Oct 23 08:15:00 2001 +0000
@@ -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,

mercurial