From af0ebad402b39d919573b52973926caea8fee9d5 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 19 Nov 2008 16:12:13 +0000 Subject: Fix compilation error. 2008-11-19 Srinivasa Ragavan * mail-notification.c: Fix compilation error. svn path=/trunk/; revision=36804 --- plugins/mail-notification/mail-notification.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mail-notification/mail-notification.c') diff --git a/plugins/mail-notification/mail-notification.c b/plugins/mail-notification/mail-notification.c index 58db560c64..a501d99bb1 100644 --- a/plugins/mail-notification/mail-notification.c +++ b/plugins/mail-notification/mail-notification.c @@ -442,6 +442,7 @@ popup_menu_status (GtkStatusIcon *status_icon, guint button, guint activate_time g_object_unref (menu); } +#ifdef HAVE_LIBNOTIFY static void notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a) { @@ -459,6 +460,7 @@ notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a) status_count = 0; g_static_mutex_unlock (&mlock); } +#endif static void new_notify_status (EMEventTargetFolder *t) -- cgit v1.2.3