[Xfce4-commits] <postler:master> Use mail-send and fallback to stock_mail-send

Christian Dywan noreply at xfce.org
Sat Dec 18 20:52:01 CET 2010


Updating branch refs/heads/master
         to 41ef1713007535ae758ce4fc958a1ceca9b625b4 (commit)
       from e75ac4adcb36e883c66b90ed0abbc023b5cef3a7 (commit)

commit 41ef1713007535ae758ce4fc958a1ceca9b625b4
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Dec 18 19:59:40 2010 +0100

    Use mail-send and fallback to stock_mail-send

 postler/postler-app.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/postler/postler-app.vala b/postler/postler-app.vala
index 9602193..d07b1ae 100644
--- a/postler/postler-app.vala
+++ b/postler/postler-app.vala
@@ -29,7 +29,7 @@ namespace Postler {
     const string STOCK_MAIL_ATTACHMENT = "mail-attachment";
     const string STOCK_MAIL_FORWARD = "mail-forward";
     const string STOCK_MAIL_FORWARDED = "mail-forwarded";
-    const string STOCK_MAIL_SEND = "stock_mail-send";
+    const string STOCK_MAIL_SEND = "mail-send";
     const string STOCK_MAIL_SEND_RECEIVE = "mail-send-receive";
     const string STOCK_MAIL_MARK_IMPORTANT = "mail-mark-important";
     const string STOCK_MAIL_MARK_JUNK = "mail-mark-junk";
@@ -84,7 +84,7 @@ public class Postler.App : Unique.App {
 	{ STOCK_MAIL_REPLIED, "mail-replied", 0, 0, STOCK_MAIL_REPLY_SENDER },
         { STOCK_MAIL_REPLY_SENDER, N_("Reply To _Sender") },
         { STOCK_MAIL_REPLY_ALL, N_("Reply to _All") },
-        { STOCK_MAIL_SEND, N_("_Send Message"), 0, 0, STOCK_MAIL_SEND_RECEIVE },
+        { STOCK_MAIL_SEND, N_("_Send Message"), 0, 0, "stock_mail-send" },
         { STOCK_MAIL_SEND_RECEIVE, N_("_Receive Mail") },
 	{ STOCK_MAIL_UNREAD, "mail-unread", 0, 0, Gtk.STOCK_NEW },
         { STOCK_IMAGE, null, 0, 0, "gnome-mime-image" },



More information about the Xfce4-commits mailing list