# HG changeset patch # User Stu Tomlinson # Date 1180921578 0 # Node ID 3175a063aae1666ef262c5a1d14170f4de4866c9 # Parent 1aa324c47042bc1a0e05dab5aa7752658429c1b6# Parent fa5c24086481473c4aa0c84bfb0b8508efe865af merge of '1b4ebe4d8d8e94e998ce72e03c6bad7473803e28' and 'e0c7b2e82c91c8d337d3e0280a84ac2b43d90aa4' diff -r 1aa324c47042 -r 3175a063aae1 pidgin/gtkblist.c --- 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) {