# HG changeset patch # User Sean Egan # Date 1049389059 0 # Node ID 10d7a6686c1fd3dc01a39300d61c791ea0df03e7 # Parent fb232515839a56ce06189c78517c1c65ce4680e4 [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 diff -r fb232515839a -r 10d7a6686c1f src/buddy.c --- a/src/buddy.c Thu Apr 03 15:57:08 2003 +0000 +++ b/src/buddy.c Thu Apr 03 16:57:39 2003 +0000 @@ -642,21 +642,14 @@ { N_("/Buddies/Get _User Info..."), "J", show_info_dialog, 0, "", GAIM_STOCK_INFO }, { "/Buddies/sep2", NULL, NULL, 0, "" }, + { N_("/Buddies/_Show Offline Buddies"), NULL, gaim_gtk_blist_edit_mode_cb, 1, ""}, + { N_("/Buddies/_Add a Buddy..."), NULL, gaim_gtk_blist_add_buddy_cb, 0, "", GTK_STOCK_ADD }, + { N_("/Buddies/Add a _Group..."), NULL, show_add_group, 0, NULL}, + { "/Buddies/sep3", NULL, NULL, 0, "" }, { N_("/Buddies/_Signoff"), "D", signoff_all, 0, NULL }, { N_("/Buddies/_Quit"), "Q", do_quit, 0, "", GTK_STOCK_QUIT }, - /* Edit menu */ - { N_("/_Edit"), NULL, NULL, 0, "" }, - { N_("/Edit/_Show Offline Buddies"), NULL, gaim_gtk_blist_edit_mode_cb, 1, ""}, - { N_("/Edit/_Add a Buddy..."), NULL, gaim_gtk_blist_add_buddy_cb, 0, "", GTK_STOCK_ADD }, - { N_("/Edit/Add a _Group..."), NULL, show_add_group, 0, NULL}, - { "/Edit/sep", NULL, NULL, 0, "" }, - { N_("/Edit/A_ccounts"), "A", account_editor, 0, NULL }, - { N_("/Edit/Preferences"), "P", show_prefs, 0, - "", GTK_STOCK_PREFERENCES }, - { N_("/Edit/Pr_ivacy"), NULL, show_privacy_options, 0, NULL }, - /* Tools */ { N_("/_Tools"), NULL, NULL, 0, "" }, { N_("/Tools/_Away"), NULL, NULL, 0, "" }, @@ -667,6 +660,11 @@ { "/Tools/sep2", NULL, NULL, 0, "" }, { N_("/Tools/P_rotocol Actions"), NULL, NULL, 0, "" }, { N_("/Tools/View System _Log"), NULL, gtk_blist_show_systemlog_cb, 0, NULL }, + { "/Tools/sep3", NULL, NULL, 0, "" }, + { N_("/Tools/A_ccounts"), "A", account_editor, 0, NULL }, + { N_("/Tools/Preferences"), "P", show_prefs, 0, + "", GTK_STOCK_PREFERENCES }, + { N_("/Tools/Pr_ivacy"), NULL, show_privacy_options, 0, NULL }, /* Help */ { N_("/_Help"), NULL, NULL, 0, "" },