comparison pidgin/gtkblist.c @ 27910:a063901a5499

propagate from branch 'im.pidgin.pidgin' (head 97d295a04f3a9852a3b29cf0df43d56d1ddcc672) to branch 'im.pidgin.pidgin.yaz' (head ad5cf8bd363ab267ae6e9c95fecf37b053354ecc)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 04 Dec 2008 09:28:04 +0000
parents f10aba5592c6 a64685485775
children a959b17ffc57
comparison
equal deleted inserted replaced
24536:c457c635eb8f 27910:a063901a5499
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
3293 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_TRANSFER }, 3298 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_TRANSFER },
3294 { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL }, 3299 { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL },
3295 { N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL }, 3300 { N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL },
3296 { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL }, 3301 { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL },
3297 { N_("/Tools/Mute _Sounds"), NULL, pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL }, 3302 { N_("/Tools/Mute _Sounds"), NULL, pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL },
3303
3298 /* Help */ 3304 /* Help */
3299 { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL }, 3305 { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL },
3300 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP }, 3306 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP },
3301 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL }, 3307 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL },
3302 #if GTK_CHECK_VERSION(2,6,0) 3308 #if GTK_CHECK_VERSION(2,6,0)