changeset 5288:92cbe9541c3b

[gaim-migrate @ 5660] Fixinifificationated it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 03 May 2003 06:37:29 +0000
parents abd6d3abbe37
children cfbd0cb3f18b
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;