summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files/patch-plugins_mail-notification_mail-notification.c
blob: adddf1b38a77b16f3d7f44b3f77c5ec6df27b28e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- plugins/mail-notification/mail-notification.c.orig  2011-03-07 21:24:25.000000000 +0100
+++ plugins/mail-notification/mail-notification.c   2011-03-07 21:24:40.000000000 +0100
@@ -564,9 +564,7 @@ new_notify_status (EMEventTargetFolder *
 
            notify  = notify_notification_new (
                _("New email"), safetext,
-               "mail-unread", NULL);
-           notify_notification_attach_to_status_icon (
-               notify, status_icon);
+               "mail-unread");
 
            /* Check if actions are supported */
            if (can_support_actions ()) {