[Xfce4-commits] <postler:master> Use a Refresh stock icon for ReceiveMail
Christian Dywan
noreply at xfce.org
Sun Jul 3 14:02:01 CEST 2011
Updating branch refs/heads/master
to 26cd67606fff07f88dc18aae4644e20ef989b512 (commit)
from 24e536cfe6b6a53da4a22b884f2466951f8e61bb (commit)
commit 26cd67606fff07f88dc18aae4644e20ef989b512
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Jul 3 00:56:29 2011 +0200
Use a Refresh stock icon for ReceiveMail
postler/postler-bureau.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 0dc4bea..9d96ade 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -76,7 +76,6 @@ public class Postler.Bureau : Gtk.Window {
<toolitem action="MessageNew"/>
<separator/>
<toolitem action="MessageReplyAll"/>
- <separator/>
<toolitem action="MessageArchive"/>
<toolitem action="MessageJunk"/>
<toolitem action="MessageDelete"/>
@@ -355,7 +354,7 @@ public class Postler.Bureau : Gtk.Window {
/* TODO: Send outstanding outgoing mail */
const Gtk.ActionEntry[] action_entries = {
{ "Mail", null, N_("_Mail") },
- { "MailReceive", STOCK_MAIL_SEND_RECEIVE, null, "<Ctrl>i",
+ { "MailReceive", Gtk.STOCK_REFRESH, null, "<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