[Xfce4-commits] <postler:master> Correct stock registration of Important and Unread

Christian Dywan noreply at xfce.org
Sat Nov 6 20:12:01 CET 2010


Updating branch refs/heads/master
         to 2ce52fc0b55423d2f9e6e4392be4fdc6a52097d9 (commit)
       from eb38eef045284b731912f4d1497510c3531ba3f8 (commit)

commit 2ce52fc0b55423d2f9e6e4392be4fdc6a52097d9
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Nov 6 19:34:51 2010 +0100

    Correct stock registration of Important and Unread

 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 1dbf2b6..91726aa 100644
--- a/postler/postler-app.vala
+++ b/postler/postler-app.vala
@@ -64,8 +64,8 @@ public class Postler.App : Unique.App {
         { STOCK_MAIL_ATTACHMENT, null, 0, 0, "stock_attach" },
         { STOCK_MAIL_FORWARD, N_("_Forward") },
 	{ STOCK_MAIL_FORWARDED, "mail-forwarded", 0, 0, STOCK_MAIL_FORWARD },
-        { STOCK_MAIL_MARK_IMPORTANT, null, 0, 0, Gtk.STOCK_NEW },
-        { STOCK_MAIL_MARK_UNREAD, null, 0, 0, STOCK_EMBLEM_IMPORTANT },
+        { STOCK_MAIL_MARK_IMPORTANT, null, 0, 0, STOCK_EMBLEM_IMPORTANT },
+        { STOCK_MAIL_MARK_UNREAD, null, 0, 0, Gtk.STOCK_NEW },
         { STOCK_MAIL_MESSAGE_NEW, N_("New _Message") },
 	{ STOCK_MAIL_REPLIED, "mail-replied", 0, 0, STOCK_MAIL_REPLY_SENDER },
         { STOCK_MAIL_REPLY_SENDER, N_("Reply To _Sender") },



More information about the Xfce4-commits mailing list