[Xfce4-commits] <postler:master> Use mail-inbox, mail-outbox, mail-sent icons

Christian Dywan noreply at xfce.org
Wed Jun 2 00:12:01 CEST 2010


Updating branch refs/heads/master
         to 5d97b83b2c795660f9df996edfc98df8a783f328 (commit)
       from b63214b895b269fe3208c3553d21cd2f7cab835e (commit)

commit 5d97b83b2c795660f9df996edfc98df8a783f328
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Jun 1 22:32:42 2010 +0200

    Use mail-inbox, mail-outbox, mail-sent icons

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

diff --git a/postler/postler-app.vala b/postler/postler-app.vala
index b60b787..081de1b 100644
--- a/postler/postler-app.vala
+++ b/postler/postler-app.vala
@@ -26,9 +26,9 @@ namespace Postler {
     const string STOCK_MAIL_MESSAGE_NEW = "mail-message-new";
     const string STOCK_MAIL_REPLY_SENDER = "mail-reply-sender";
     const string STOCK_MAIL_REPLY_ALL = "mail-reply-all";
-    const string STOCK_INBOX = "stock_inbox";
-    const string STOCK_OUTBOX = "stock_outbox";
-    const string STOCK_SENT_MAIL = "stock_sent-mail";
+    const string STOCK_INBOX = "mail-inbox";
+    const string STOCK_OUTBOX = "mail-outbox";
+    const string STOCK_SENT_MAIL = "mail-sent";
     const string STOCK_USER_TRASH = "user-trash";
 }
 
@@ -58,9 +58,9 @@ public class Postler.App : Unique.App {
         { STOCK_MAIL_REPLY_ALL, N_("Reply to _All") },
         { STOCK_MAIL_SEND, N_("_Send Message"), 0, 0, STOCK_MAIL_SEND_RECEIVE },
         { STOCK_MAIL_SEND_RECEIVE, N_("_Receive Mail") },
-        { STOCK_INBOX },
-        { STOCK_OUTBOX },
-        { STOCK_SENT_MAIL },
+        { STOCK_INBOX, null, 0, 0, "stock_inbox" },
+        { STOCK_OUTBOX, null, 0, 0, "stock_outbox" },
+        { STOCK_SENT_MAIL, null, 0, 0, "stock_sent-mail" },
         { STOCK_USER_TRASH }
     };
 



More information about the Xfce4-commits mailing list