aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-notification/mail-notification.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2008-11-20 00:12:13 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-11-20 00:12:13 +0800
commitaf0ebad402b39d919573b52973926caea8fee9d5 (patch)
treea5ee707ee80108f46b3405cffa05b4e39ae06ee2 /plugins/mail-notification/mail-notification.c
parent3a98f1caa7bd4783696897f3fbe9fb5fa2cadd3f (diff)
downloadgsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar
gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar.gz
gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar.bz2
gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar.lz
gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar.xz
gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.tar.zst
gsoc2013-evolution-af0ebad402b39d919573b52973926caea8fee9d5.zip
Fix compilation error.
2008-11-19 Srinivasa Ragavan <sragavan@novell.com> * mail-notification.c: Fix compilation error. svn path=/trunk/; revision=36804
Diffstat (limited to 'plugins/mail-notification/mail-notification.c')
-rw-r--r--plugins/mail-notification/mail-notification.c2
1 files changed, 2 insertions, 0 deletions
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)