comparison pidgin/gtkblist.c @ 27941:f3ccb5a36fd6

propagate from branch 'im.pidgin.pidgin' (head 37d6e0111ed0e45196fbb2da9737166f9d743096) to branch 'im.pidgin.pidgin.yaz' (head 54f3e45b6be5b0c8a6172a1513231d7bed4e7207)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 19 Apr 2009 04:04:50 +0000
parents 38a5df43d525 b623c1824f29
children 684690dbda4a
comparison
equal deleted inserted replaced
26713:618255d76deb 27941:f3ccb5a36fd6
69 #include <gdk/gdkkeysyms.h> 69 #include <gdk/gdkkeysyms.h>
70 #include <gtk/gtk.h> 70 #include <gtk/gtk.h>
71 #include <gdk/gdk.h> 71 #include <gdk/gdk.h>
72 72
73 #define HEADLINE_CLOSE_SIZE 11 73 #define HEADLINE_CLOSE_SIZE 11
74
75 /* I noticed that some of short cuts are very annoying.
76 If you really want to use them, change this to 1. --yaz
77 */
78 #define ENABLE_SHORTCUT 0
74 79
75 typedef struct 80 typedef struct
76 { 81 {
77 PurpleAccount *account; 82 PurpleAccount *account;
78 83
3382 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_TRANSFER }, 3387 { N_("/Tools/_File Transfers"), "<CTL>T", pidgin_xfer_dialog_show, 0, "<StockItem>", PIDGIN_STOCK_TOOLBAR_TRANSFER },
3383 { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL }, 3388 { N_("/Tools/R_oom List"), NULL, pidgin_roomlist_dialog_show, 0, "<Item>", NULL },
3384 { N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL }, 3389 { N_("/Tools/System _Log"), NULL, gtk_blist_show_systemlog_cb, 3, "<Item>", NULL },
3385 { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL }, 3390 { "/Tools/sep3", NULL, NULL, 0, "<Separator>", NULL },
3386 { N_("/Tools/Mute _Sounds"), NULL, pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL }, 3391 { N_("/Tools/Mute _Sounds"), NULL, pidgin_blist_mute_sounds_cb, 0, "<CheckItem>", NULL },
3392
3387 /* Help */ 3393 /* Help */
3388 { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL }, 3394 { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL },
3389 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP }, 3395 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP },
3390 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL }, 3396 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL },
3391 #if GTK_CHECK_VERSION(2,6,0) 3397 #if GTK_CHECK_VERSION(2,6,0)