[Xfce4-commits] <postler:master> Move Receive Mail from the toolbar to the app menu
Christian Dywan
noreply at xfce.org
Sun Jul 3 21:04:01 CEST 2011
Updating branch refs/heads/master
to a9e626d5bd333d60b7143707c597d940dcd7ebca (commit)
from 4d2d4ead79a48e29b24d2de5f8cd5b5dcd8ef6e4 (commit)
commit a9e626d5bd333d60b7143707c597d940dcd7ebca
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Jul 3 16:15:00 2011 +0200
Move Receive Mail from the toolbar to the app menu
Avoid calling for attention to a button you are not expected
to use most of the time.
postler/postler-bureau.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index f0366e5..84187d7 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -73,7 +73,6 @@ public class Postler.Bureau : Gtk.Window {
</menu>
</menubar>
<toolbar>
- <toolitem action="MailReceive"/>
<toolitem action="MessageNew"/>
<separator/>
<toolitem action="MessageReplyAll"/>
@@ -83,6 +82,7 @@ public class Postler.Bureau : Gtk.Window {
<separator expand="true"/>
</toolbar>
<popup name="view">
+ <menuitem action="MailReceive"/>
<separator/>
<menuitem action="Fullscreen"/>
<menuitem action="AccountNew"/>
@@ -350,7 +350,7 @@ public class Postler.Bureau : Gtk.Window {
/* TODO: Send outstanding outgoing mail */
const Gtk.ActionEntry[] action_entries = {
{ "Mail", null, N_("_Mail") },
- { "MailReceive", Gtk.STOCK_REFRESH, null, "<Ctrl>i",
+ { "MailReceive", Gtk.STOCK_REFRESH, N_("_Receive Mail"), "<Ctrl>i",
N_("Receive mail on all accounts"), action_mail_receive },
{ "MessageNew", STOCK_MAIL_MESSAGE_NEW, null, "<Ctrl>m",
N_("Compose a new message"), action_message_new },
More information about the Xfce4-commits
mailing list