comparison src/buddy.c @ 4983:10d7a6686c1f

[gaim-migrate @ 5318] let's try this for a bit. Moved the stuff from Edit to other menus. My only problem is that this makes the buddy list a bit too thin. I can't read the title of the window, or many of my buddies' names. I may need to set a default size a bit larger so that we won't get complaints about that. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 03 Apr 2003 16:57:39 +0000
parents 06baf1e9094c
children b5e52f7e5302
comparison
equal deleted inserted replaced
4982:fb232515839a 4983:10d7a6686c1f
640 "<StockItem>", GAIM_STOCK_CHAT }, 640 "<StockItem>", GAIM_STOCK_CHAT },
641 { "/Buddies/sep1", NULL, NULL, 0, "<Separator>" }, 641 { "/Buddies/sep1", NULL, NULL, 0, "<Separator>" },
642 { N_("/Buddies/Get _User Info..."), "<CTL>J", show_info_dialog, 0, 642 { N_("/Buddies/Get _User Info..."), "<CTL>J", show_info_dialog, 0,
643 "<StockItem>", GAIM_STOCK_INFO }, 643 "<StockItem>", GAIM_STOCK_INFO },
644 { "/Buddies/sep2", NULL, NULL, 0, "<Separator>" }, 644 { "/Buddies/sep2", NULL, NULL, 0, "<Separator>" },
645 { N_("/Buddies/_Show Offline Buddies"), NULL, gaim_gtk_blist_edit_mode_cb, 1, "<CheckItem>"},
646 { N_("/Buddies/_Add a Buddy..."), NULL, gaim_gtk_blist_add_buddy_cb, 0, "<StockItem>", GTK_STOCK_ADD },
647 { N_("/Buddies/Add a _Group..."), NULL, show_add_group, 0, NULL},
648 { "/Buddies/sep3", NULL, NULL, 0, "<Separator>" },
645 { N_("/Buddies/_Signoff"), "<CTL>D", signoff_all, 0, NULL }, 649 { N_("/Buddies/_Signoff"), "<CTL>D", signoff_all, 0, NULL },
646 { N_("/Buddies/_Quit"), "<CTL>Q", do_quit, 0, 650 { N_("/Buddies/_Quit"), "<CTL>Q", do_quit, 0,
647 "<StockItem>", GTK_STOCK_QUIT }, 651 "<StockItem>", GTK_STOCK_QUIT },
648
649 /* Edit menu */
650 { N_("/_Edit"), NULL, NULL, 0, "<Branch>" },
651 { N_("/Edit/_Show Offline Buddies"), NULL, gaim_gtk_blist_edit_mode_cb, 1, "<CheckItem>"},
652 { N_("/Edit/_Add a Buddy..."), NULL, gaim_gtk_blist_add_buddy_cb, 0, "<StockItem>", GTK_STOCK_ADD },
653 { N_("/Edit/Add a _Group..."), NULL, show_add_group, 0, NULL},
654 { "/Edit/sep", NULL, NULL, 0, "<Separator>" },
655 { N_("/Edit/A_ccounts"), "<CTL>A", account_editor, 0, NULL },
656 { N_("/Edit/Preferences"), "<CTL>P", show_prefs, 0,
657 "<StockItem>", GTK_STOCK_PREFERENCES },
658 { N_("/Edit/Pr_ivacy"), NULL, show_privacy_options, 0, NULL },
659 652
660 /* Tools */ 653 /* Tools */
661 { N_("/_Tools"), NULL, NULL, 0, "<Branch>" }, 654 { N_("/_Tools"), NULL, NULL, 0, "<Branch>" },
662 { N_("/Tools/_Away"), NULL, NULL, 0, "<Branch>" }, 655 { N_("/Tools/_Away"), NULL, NULL, 0, "<Branch>" },
663 { N_("/Tools/Buddy _Pounce"), NULL, NULL, 0, "<Branch>" }, 656 { N_("/Tools/Buddy _Pounce"), NULL, NULL, 0, "<Branch>" },
665 { N_("/Tools/_File Transfers"), NULL, gaim_show_xfer_dialog, 0, 658 { N_("/Tools/_File Transfers"), NULL, gaim_show_xfer_dialog, 0,
666 "<StockItem>", GTK_STOCK_REVERT_TO_SAVED }, 659 "<StockItem>", GTK_STOCK_REVERT_TO_SAVED },
667 { "/Tools/sep2", NULL, NULL, 0, "<Separator>" }, 660 { "/Tools/sep2", NULL, NULL, 0, "<Separator>" },
668 { N_("/Tools/P_rotocol Actions"), NULL, NULL, 0, "<Branch>" }, 661 { N_("/Tools/P_rotocol Actions"), NULL, NULL, 0, "<Branch>" },
669 { N_("/Tools/View System _Log"), NULL, gtk_blist_show_systemlog_cb, 0, NULL }, 662 { N_("/Tools/View System _Log"), NULL, gtk_blist_show_systemlog_cb, 0, NULL },
663 { "/Tools/sep3", NULL, NULL, 0, "<Separator>" },
664 { N_("/Tools/A_ccounts"), "<CTL>A", account_editor, 0, NULL },
665 { N_("/Tools/Preferences"), "<CTL>P", show_prefs, 0,
666 "<StockItem>", GTK_STOCK_PREFERENCES },
667 { N_("/Tools/Pr_ivacy"), NULL, show_privacy_options, 0, NULL },
670 668
671 /* Help */ 669 /* Help */
672 { N_("/_Help"), NULL, NULL, 0, "<Branch>" }, 670 { N_("/_Help"), NULL, NULL, 0, "<Branch>" },
673 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, 671 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0,
674 "<StockItem>", GTK_STOCK_HELP }, 672 "<StockItem>", GTK_STOCK_HELP },