Mercurial > pidgin
changeset 24035:0b41ff5ebd96
take out default mute key binding
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Sun, 31 Aug 2008 23:13:36 +0000 |
parents | 1568dc7a14f8 |
children | e17daae3983e |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Sun Aug 31 18:49:23 2008 +0000 +++ b/pidgin/gtkblist.c Sun Aug 31 23:13:36 2008 +0000 @@ -3275,7 +3275,7 @@ { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL }, { N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL }, { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL }, - { N_("/Tools/Mute _Sounds"), "<CTL>S", pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL }, + { N_("/Tools/Mute _Sounds"), NULL, pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL }, /* Help */ { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL }, { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP },