diff pidgin/gtkblist.c @ 27929:03279387cbe2

propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f) to branch 'im.pidgin.pidgin.yaz' (head 618861a9a19cc6e1d5974402f14f3893c827756f)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 05 Feb 2009 05:09:00 +0000
parents 2f50e850f4ab
children 25319f536d93
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Wed Feb 04 22:46:45 2009 +0000
+++ b/pidgin/gtkblist.c	Thu Feb 05 05:09:00 2009 +0000
@@ -68,6 +68,11 @@
 
 #define HEADLINE_CLOSE_SIZE 12
 
+/* 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;
@@ -3297,6 +3302,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 },