# HG changeset patch # User Sean Egan # Date 1170669871 0 # Node ID dad51c0e3bc69e5024a6df67891cda5036ce7833 # Parent 0324f69112f941cc7d879c059596a617c700e89f context menu cleanup diff -r 0324f69112f9 -r dad51c0e3bc6 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Mon Feb 05 08:42:21 2007 +0000 +++ b/pidgin/gtkblist.c Mon Feb 05 10:04:31 2007 +0000 @@ -1074,7 +1074,7 @@ } } - pidgin_new_item_from_stock(menu, _("Add Buddy _Pounce"), PIDGIN_STOCK_POUNCE, + pidgin_new_item_from_stock(menu, _("Add Buddy _Pounce"), NULL, G_CALLBACK(gtk_blist_menu_bp_cb), buddy, 0, 0, NULL); if(((GaimBlistNode*)buddy)->parent->child->next && !sub && !contact_expanded) { @@ -1082,11 +1082,10 @@ G_CALLBACK(gtk_blist_menu_showlog_cb), contact, 0, 0, NULL); } else if (!sub) { - pidgin_new_item_from_stock(menu, _("View _Log"), PIDGIN_STOCK_LOG, + pidgin_new_item_from_stock(menu, _("View _Log"), NULL, G_CALLBACK(gtk_blist_menu_showlog_cb), buddy, 0, 0, NULL); } - pidgin_append_blist_node_privacy_menu(menu, (GaimBlistNode *)buddy); pidgin_append_blist_node_proto_menu(menu, buddy->account->gc, (GaimBlistNode *)buddy); @@ -1094,7 +1093,7 @@ if (((GaimBlistNode*)buddy)->parent->child->next && !sub && !contact_expanded) { pidgin_separator(menu); - + pidgin_append_blist_node_privacy_menu(menu, (GaimBlistNode *)buddy); pidgin_new_item_from_stock(menu, _("Alias..."), PIDGIN_STOCK_ALIAS, G_CALLBACK(gtk_blist_menu_alias_cb), contact, 0, 0, NULL); @@ -1103,7 +1102,7 @@ contact, 0, 0, NULL); } else if (!sub || contact_expanded) { pidgin_separator(menu); - + pidgin_append_blist_node_privacy_menu(menu, (GaimBlistNode *)buddy); pidgin_new_item_from_stock(menu, _("_Alias..."), PIDGIN_STOCK_ALIAS, G_CALLBACK(gtk_blist_menu_alias_cb), buddy, 0, 0, NULL); pidgin_new_item_from_stock(menu, _("_Remove"), GTK_STOCK_REMOVE,