diff src/buddy.c @ 1102:d7944415b1cc

[gaim-migrate @ 1112] updates to changelog, fix for potential segfault in buddy.c, making dir info in server.c connection-based, and making gaim dependent on toc/rvous only for build_toc_config and parse_toc_buddy_list (and of course, toc_init). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 16 Nov 2000 23:51:49 +0000
parents b335c0ce305e
children 7aabbbaae829
line wrap: on
line diff
--- a/src/buddy.c	Thu Nov 16 10:06:12 2000 +0000
+++ b/src/buddy.c	Thu Nov 16 23:51:49 2000 +0000
@@ -416,6 +416,7 @@
 
 void handle_click_buddy(GtkWidget *widget, GdkEventButton *event, struct buddy_show *b)
 {
+	if (!b->connlist) return;
         if (event->type == GDK_2BUTTON_PRESS && event->button == 1) {
                 struct conversation *c;