diff pidgin/gtkblist.c @ 27876:5c76f76ee9db

propagate from branch 'im.pidgin.pidgin' (head 4e2880e0b1b33a1395280db14803f92cc93843de) to branch 'im.pidgin.pidgin.yaz' (head c1a301a610acc031ca4edb7bead93fb218cbd78f)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 05 Sep 2008 10:01:57 +0000
parents bedb72eb2ef7 28a7992d37b2
children f68accaa3fea
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Fri Sep 05 09:30:00 2008 +0000
+++ b/pidgin/gtkblist.c	Fri Sep 05 10:01:57 2008 +0000
@@ -69,6 +69,11 @@
 #define HEADLINE_CLOSE_SIZE 12
 #define STEPS 50
 
+/* I noticed that some of short cuts are very annoying.
+   If you really want to use them, change this to 1. --yaz
+*/
+#define ENABLE_SHORTCUT 0
+
 typedef struct
 {
 	PurpleAccount *account;
@@ -3284,6 +3289,7 @@
 	{ N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL },
 	{ "/Tools/sep3", NULL, NULL, 0, "<Separator>", 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 },