From e0f11ae8eb198a8e153bbe9dbaf8290da1da7836 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 7 Jun 2012 17:01:58 -0400 Subject: Bump minimum libnotify version to 0.7. GNOME has included libnotify 0.7.x since GNOME 3.0. It's still an optional dependency for Evolution, but if you're gonna use it you'll need a GNOME3-era release. --- plugins/mail-notification/mail-notification.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/mail-notification') diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index d859c47072..94cfa6c6c1 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -434,13 +434,8 @@ new_notify_status (EMEventTargetFolder *t) if (!notify_init ("evolution-mail-notification")) fprintf (stderr,"notify init error"); -#ifdef HAVE_LIBNOTIFY_07 notify = notify_notification_new ( summary, escaped_text, icon_name); -#else - notify = notify_notification_new ( - summary, escaped_text, icon_name, NULL); -#endif /* HAVE_LIBNOTIFY_07 */ notify_notification_set_urgency ( notify, NOTIFY_URGENCY_NORMAL); -- cgit v1.2.3