Mon, 04 Jun 2007 01:46:18 +0000
merge of '8ed854152f4bd4de461f28a8772c7e9bcb7939bb'
and '55efe450728cb7949e0fcadb7a78102614ea0fa2'
--- a/pidgin/gtkblist.c Mon Jun 04 01:41:23 2007 +0000 +++ b/pidgin/gtkblist.c Mon Jun 04 01:46:18 2007 +0000 @@ -1124,10 +1124,10 @@ if (((PurpleBlistNode*)buddy)->parent->child->next && !sub && !contact_expanded) { pidgin_separator(menu); pidgin_append_blist_node_privacy_menu(menu, (PurpleBlistNode *)buddy); - pidgin_new_item_from_stock(menu, _("Alias..."), PIDGIN_STOCK_ALIAS, + pidgin_new_item_from_stock(menu, _("_Alias..."), PIDGIN_STOCK_ALIAS, G_CALLBACK(gtk_blist_menu_alias_cb), contact, 0, 0, NULL); - pidgin_new_item_from_stock(menu, _("Remove"), GTK_STOCK_REMOVE, + pidgin_new_item_from_stock(menu, _("_Remove"), GTK_STOCK_REMOVE, G_CALLBACK(pidgin_blist_remove_cb), contact, 0, 0, NULL); } else if (!sub || contact_expanded) {