From 4d8cd49f297aa2a9facf5b20f253eb5058533fad Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 10 Jan 2006 08:52:51 +0000 Subject: repositioned the 'Delete' menu and added a separator to prevent accidental selection. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@881 ee746299-78ed-0310-b773-934348b2243d --- src/summaryview.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/summaryview.c') diff --git a/src/summaryview.c b/src/summaryview.c index 9bc86a14..a0f4f5e7 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -403,7 +403,6 @@ static GtkItemFactoryEntry summary_popup_entries[] = {N_("/---"), NULL, NULL, 0, ""}, {N_("/M_ove..."), NULL, summary_move_to, 0, NULL}, {N_("/_Copy..."), NULL, summary_copy_to, 0, NULL}, - {N_("/_Delete"), NULL, summary_delete, 0, NULL}, {N_("/---"), NULL, NULL, 0, ""}, {N_("/_Mark"), NULL, NULL, 0, ""}, {N_("/_Mark/_Mark"), NULL, summary_mark, 0, NULL}, @@ -415,6 +414,8 @@ static GtkItemFactoryEntry summary_popup_entries[] = {N_("/_Mark/Mark all _read"), NULL, summary_mark_all_read, 0, NULL}, {N_("/Color la_bel"), NULL, NULL, 0, NULL}, {N_("/---"), NULL, NULL, 0, ""}, + {N_("/_Delete"), NULL, summary_delete, 0, NULL}, + {N_("/---"), NULL, NULL, 0, ""}, {N_("/Re-_edit"), NULL, summary_reedit, 0, NULL}, {N_("/---"), NULL, NULL, 0, ""}, {N_("/Add sender to address boo_k..."), -- cgit v1.2.3