*** This bug is a duplicate of bug 337304 ***
https://bugs.launchpad.net/bugs/337304
** This bug has been marked a duplicate of bug 337304
fix for missing "mail-new" icon
--
Doesn't show icon in notifications
https://bugs.launchpad.net/bugs/331593
You received this bug notification because you are a member of Indicator
Applet Developers, which is the registrant for Evolution Indicator (via
bug 337304).
Status in “evolution-indicator” source package in Ubuntu: New
Bug description:
Binary package hint: evolution-indicator
The icons changed names in the latest human-icon-theme, and now the
notifications don't have an icon.
--- evolution-indicator-0.1.9.orig/src/evolution-indicator.c
+++ evolution-indicator-0.1.9/src/evolution-indicator.c
@@ -126,7 +126,7 @@
if (notification == NULL)
{
- notification = notify_notification_new (" ", " ", "mail-unread", NULL);
+ notification = notify_notification_new (" ", " ",
"notification-message-email", NULL);
}
trans = g_dngettext (NULL,
@@ -137,7 +137,7 @@
title = g_strdup_printf (trans, message_count);
notify_notification_update (notification,
- title, NULL, "mail-new");
+ title, NULL, "notification-message-email");
/* This plays a libcanberra sound */
if (play_sound)
fixes it for me.
Thanks,
James
_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help : https://help.launchpad.net/ListHelp