[arch-commits] Commit in mail-notification/trunk (mail-notification-5.4-icons.patch)

Giovanni Scafora giovanni at archlinux.org
Sat Jul 17 20:49:23 UTC 2010


    Date: Saturday, July 17, 2010 @ 16:49:23
  Author: giovanni
Revision: 85717

upgpkg: mail-notification 5.4-5
Added patch by Fedora to use icons that are available in Gnome 2.30+ Thanks to Rados?\197?\130aw Dominiak

Added:
  mail-notification/trunk/mail-notification-5.4-icons.patch

-----------------------------------+
 mail-notification-5.4-icons.patch |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Added: mail-notification-5.4-icons.patch
===================================================================
--- mail-notification-5.4-icons.patch	                        (rev 0)
+++ mail-notification-5.4-icons.patch	2010-07-17 20:49:23 UTC (rev 85717)
@@ -0,0 +1,36 @@
+Patch by Fedora to use icons that are available in Gnome 2.30+
+
+https://bugzilla.redhat.com/show_bug.cgi?id=573809
+
+--- src/mn-stock.c.icons	2008-05-22 16:45:35.000000000 +0100
++++ src/mn-stock.c	2010-05-20 21:53:20.306859177 +0100
+@@ -32,11 +32,11 @@
+     const char	*icon_name;
+     const char	*source_stock_id;
+   } icons[] = {
+-    { MN_STOCK_MAIL,			NULL, "stock_mail" },
+-    { MN_STOCK_NO_MAIL,			NULL, "stock_inbox" },
++    { MN_STOCK_MAIL,			NULL, "mail-notification" },
++    { MN_STOCK_NO_MAIL,			NULL, "mail-notification" },
+     { MN_STOCK_LOCAL,			NULL, "stock_folder" },
+     { MN_STOCK_REMOTE,			NULL, "stock_internet" },
+-    { MN_STOCK_UNKNOWN,			NULL, "stock_unknown" },
++    { MN_STOCK_UNKNOWN,			NULL, "unknown" },
+     { MN_STOCK_ERROR,			NULL, NULL, GTK_STOCK_DIALOG_ERROR },
+ #if WITH_GMAIL
+     { MN_STOCK_GMAIL,			PKGDATADIR G_DIR_SEPARATOR_S "gmail.png" },
+@@ -51,11 +51,11 @@
+     { MN_STOCK_SYSTEM_MAILBOX,		NULL, "system" },
+ #endif
+ #if WITH_EVOLUTION
+-    { MN_STOCK_EVOLUTION_MAILBOX,	NULL, "evolution" },
++    { MN_STOCK_EVOLUTION_MAILBOX,	NULL, "stock_mail-unread" },
+ #endif
+-    { MN_STOCK_MAIL_READER,		NULL, "stock_mail-handling" },
++    { MN_STOCK_MAIL_READER,		NULL, "stock_mail-compose" },
+     { MN_STOCK_OPEN_MESSAGE,		NULL, "stock_mail-open" },
+-    { MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "stock_mark" }
++    { MN_STOCK_CONSIDER_NEW_MAIL_AS_READ, NULL, "mail-mark-read" }
+   };
+   GtkIconFactory *factory;
+   GtkIconTheme *icon_theme;




More information about the arch-commits mailing list