diff pidgin/gtkblist.c @ 27930:25319f536d93

propagate from branch 'im.pidgin.pidgin' (head 5aca19ea8964e864e3374ac4fd3c1c81cd23a426) to branch 'im.pidgin.pidgin.yaz' (head 908c143511eb03dcaab43319cf4555427004823f)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 24 Feb 2009 10:26:45 +0000
parents 2cece7df80c3 2f50e850f4ab
children d8e6a2d592a4
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Tue Feb 24 08:09:17 2009 +0000
+++ b/pidgin/gtkblist.c	Tue Feb 24 10:26:45 2009 +0000
@@ -68,6 +68,11 @@
 
 #define HEADLINE_CLOSE_SIZE 11
 
+/* 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 },