aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-10 08:52:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-10 08:52:51 +0000
commit4d8cd49f297aa2a9facf5b20f253eb5058533fad (patch)
treed6410cbfb79eb83df1d3acc4f193be2f5d509015 /src/summaryview.c
parent82253780e85a6f011128ff3094294d9b16bf06f8 (diff)
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
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c3
1 files changed, 2 insertions, 1 deletions
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, "<Separator>"},
{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, "<Separator>"},
{N_("/_Mark"), NULL, NULL, 0, "<Branch>"},
{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, "<Separator>"},
+ {N_("/_Delete"), NULL, summary_delete, 0, NULL},
+ {N_("/---"), NULL, NULL, 0, "<Separator>"},
{N_("/Re-_edit"), NULL, summary_reedit, 0, NULL},
{N_("/---"), NULL, NULL, 0, "<Separator>"},
{N_("/Add sender to address boo_k..."),