mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
14 lines
511 B
C
14 lines
511 B
C
--- 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 ()) {
|