comparison 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
comparison
equal deleted inserted replaced
25059:49d51dbcb799 27929:03279387cbe2
65 #include <gdk/gdkkeysyms.h> 65 #include <gdk/gdkkeysyms.h>
66 #include <gtk/gtk.h> 66 #include <gtk/gtk.h>
67 #include <gdk/gdk.h> 67 #include <gdk/gdk.h>
68 68
69 #define HEADLINE_CLOSE_SIZE 12 69 #define HEADLINE_CLOSE_SIZE 12
70
71 /* I noticed that some of short cuts are very annoying.
72 If you really want to use them, change this to 1. --yaz
73 */
74 #define ENABLE_SHORTCUT 0
70 75
71 typedef struct 76 typedef struct
72 { 77 {
73 PurpleAccount *account; 78 PurpleAccount *account;
74 79
3295 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_TRANSFER }, 3300 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_TRANSFER },
3296 { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL }, 3301 { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL },
3297 { N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL }, 3302 { N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL },
3298 { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL }, 3303 { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL },
3299 { N_("/Tools/Mute _Sounds"), NULL, pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL }, 3304 { N_("/Tools/Mute _Sounds"), NULL, pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL },
3305
3300 /* Help */ 3306 /* Help */
3301 { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL }, 3307 { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL },
3302 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP }, 3308 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP },
3303 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL }, 3309 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL },
3304 #if GTK_CHECK_VERSION(2,6,0) 3310 #if GTK_CHECK_VERSION(2,6,0)