Mercurial > pidgin
changeset 28014:cf533027c3be
Don't add an accelerator to "Join a Chat" in a conversation window.
Refs #9967.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 19 Aug 2009 22:42:11 +0000 |
parents | c06114f3d58d |
children | 9fa1de6d508a 2aabf39b5581 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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..."), "<CTL>M", menu_new_conv_cb, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_MESSAGE_NEW }, - { N_("/Conversation/Join a _Chat..."), "<CTL>C", menu_join_chat_cb, + { N_("/Conversation/Join a _Chat..."), NULL, menu_join_chat_cb, 0, "<StockItem>", PIDGIN_STOCK_CHAT }, { "/Conversation/sep0", NULL, NULL, 0, "<Separator>", NULL },