changeset 5290:1f9e349b4e09

[gaim-migrate @ 5662] being tired makes for typos committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 03 May 2003 16:36:08 +0000
parents cfbd0cb3f18b
children a6f37a893b49
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Sat May 03 16:08:46 2003 +0000
+++ b/src/gtkblist.c	Sat May 03 16:36:08 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 && prpl->buddy_menu) {
+		if (prpl && prpl_info->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;