changeset 25474:3b014d70e7c9

disable ctrl-l
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 02 May 2007 19:01:02 +0000
parents 85fa0e8a031a
children 6cbc4478977b
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Wed May 02 12:20:45 2007 +0000
+++ b/pidgin/gtkconv.c	Wed May 02 19:01:02 2007 +0000
@@ -2775,7 +2775,7 @@
 #if ENABLE_SHORTCUT
 	{ N_("/Conversation/Clea_r Scrollback"), "<CTL>L", menu_clear_cb, 0, "<StockItem>", GTK_STOCK_CLEAR },
 #else
-	{ N_("/Conversation/Clea_r Scrollback"), "<CTL>L", menu_clear_cb, 0, "<Item>" },
+	{ N_("/Conversation/Clea_r Scrollback"), NULL, menu_clear_cb, 0, "<Item>" },
 #endif
 	{ "/Conversation/sep1", NULL, NULL, 0, "<Separator>", NULL },