# HG changeset patch # User Christian Hammond # Date 1051943849 0 # Node ID 92cbe9541c3b8218229eeb706571afd1ebe5a9a8 # Parent abd6d3abbe37749759de6617fb484847ba75d651 [gaim-migrate @ 5660] Fixinifificationated it. committer: Tailor Script diff -r abd6d3abbe37 -r 92cbe9541c3b src/gtkblist.c --- a/src/gtkblist.c Sat May 03 02:20:03 2003 +0000 +++ b/src/gtkblist.c Sat May 03 06:37:29 2003 +0000 @@ -401,7 +401,7 @@ gaim_new_item_from_stock(menu, _("Add Buddy _Pounce"), NULL, G_CALLBACK(gtk_blist_menu_bp_cb), node, 0, 0, NULL); gaim_new_item_from_stock(menu, _("View _Log"), NULL, G_CALLBACK(gtk_blist_menu_showlog_cb), node, 0, 0, NULL); - if (prpl) { + if (prpl && prpl->buddy_menu) { list = prpl_info->buddy_menu(((struct buddy*)node)->account->gc, ((struct buddy*)node)->name); while (list) { struct proto_buddy_menu *pbm = list->data;