comparison 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
comparison
equal deleted inserted replaced
1101:0ef4386edc29 1102:d7944415b1cc
414 alias_dialog(b); 414 alias_dialog(b);
415 } 415 }
416 416
417 void handle_click_buddy(GtkWidget *widget, GdkEventButton *event, struct buddy_show *b) 417 void handle_click_buddy(GtkWidget *widget, GdkEventButton *event, struct buddy_show *b)
418 { 418 {
419 if (!b->connlist) return;
419 if (event->type == GDK_2BUTTON_PRESS && event->button == 1) { 420 if (event->type == GDK_2BUTTON_PRESS && event->button == 1) {
420 struct conversation *c; 421 struct conversation *c;
421 422
422 c = find_conversation(b->name); 423 c = find_conversation(b->name);
423 424