From f1c58c9a993e1556505c6d09e8412d63936af05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Br=C3=83=C2=A4ckelmann?= Date: Mon, 12 Dec 2005 12:40:37 +0000 Subject: Mail Context Menu re-ordered correctly, fixes bug #323140. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-12-12 Karsten Bräckelmann * em-folder-view.c: Mail Context Menu re-ordered correctly, fixes bug #323140. svn path=/trunk/; revision=30757 --- mail/ChangeLog | 5 +++++ mail/em-folder-view.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0eafdc1824..728e4adf5f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2005-12-12 Karsten Bräckelmann + + * em-folder-view.c: Mail Context Menu re-ordered correctly, + fixes bug #323140. + 2005-12-12 Shreyas Srinivasan * mail.error.xml: Fix #47857 diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index 705cac4ae8..83a5d9791e 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -1037,8 +1037,8 @@ static EPopupItem emfv_popup_items[] = { { E_POPUP_BAR, "10.emfv", NULL, NULL, NULL, NULL }, - {E_POPUP_ITEM, "10.emfv.00", N_("Reply to _All"), emfv_popup_reply_all, NULL, "stock_mail-reply-to-all", EM_POPUP_SELECT_ONE }, - { E_POPUP_ITEM, "10.emfv.01", N_("_Reply to Sender"), emfv_popup_reply_sender, NULL, "stock_mail-reply", EM_POPUP_SELECT_ONE }, + { E_POPUP_ITEM, "10.emfv.00", N_("_Reply to Sender"), emfv_popup_reply_sender, NULL, "stock_mail-reply", EM_POPUP_SELECT_ONE }, + { E_POPUP_ITEM, "10.emfv.01", N_("Reply to _All"), emfv_popup_reply_all, NULL, "stock_mail-reply-to-all", EM_POPUP_SELECT_ONE }, { E_POPUP_ITEM, "10.emfv.02", N_("_Forward"), emfv_popup_forward, NULL, "stock_mail-forward", EM_POPUP_SELECT_MANY }, { E_POPUP_BAR, "20.emfv", NULL, NULL, NULL, NULL }, -- cgit v1.2.3