# HG changeset patch # User Paul Aurich # Date 1250721731 0 # Node ID cf533027c3be6c99ce540b8215d7637f1f58793d # Parent c06114f3d58dafdfceefe97fc1d001b3a8a2ca2d Don't add an accelerator to "Join a Chat" in a conversation window. Refs #9967. diff -r c06114f3d58d -r cf533027c3be pidgin/gtkconv.c --- a/pidgin/gtkconv.c Wed Aug 19 22:01:10 2009 +0000 +++ b/pidgin/gtkconv.c Wed Aug 19 22:42:11 2009 +0000 @@ -3139,7 +3139,7 @@ { N_("/Conversation/New Instant _Message..."), "M", menu_new_conv_cb, 0, "", PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW }, - { N_("/Conversation/Join a _Chat..."), "C", menu_join_chat_cb, + { N_("/Conversation/Join a _Chat..."), NULL, menu_join_chat_cb, 0, "", PIDGIN_STOCK_CHAT }, { "/Conversation/sep0", NULL, NULL, 0, "", NULL },