diff src/dialogs.c @ 1032:643a4d81c18a

[gaim-migrate @ 1042] buddy list menus are based on connections/protocol. pretty spiffy. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Oct 2000 06:09:47 +0000
parents 38452403563b
children 80a47e3b1bca
line wrap: on
line diff
--- a/src/dialogs.c	Fri Oct 27 08:10:29 2000 +0000
+++ b/src/dialogs.c	Tue Oct 31 06:09:47 2000 +0000
@@ -568,7 +568,9 @@
 		return;
 	}
 	
-	serv_get_info(who);
+	/* FIXME: what do we want to do about this case? */
+	if (connections)
+		serv_get_info(connections->data, who);
 
 	g_free(who);
 }