evolution r36805 - branches/gnome-2-24/plugins/mail-notification



Author: sragavan
Date: Wed Nov 19 16:13:02 2008
New Revision: 36805
URL: http://svn.gnome.org/viewvc/evolution?rev=36805&view=rev

Log:
2008-11-19  Srinivasa Ragavan  <sragavan novell com>

	* mail-notification.c: Fix a compilation error.


Modified:
   branches/gnome-2-24/plugins/mail-notification/ChangeLog
   branches/gnome-2-24/plugins/mail-notification/mail-notification.c

Modified: branches/gnome-2-24/plugins/mail-notification/mail-notification.c
==============================================================================
--- branches/gnome-2-24/plugins/mail-notification/mail-notification.c	(original)
+++ branches/gnome-2-24/plugins/mail-notification/mail-notification.c	Wed Nov 19 16:13:02 2008
@@ -442,6 +442,8 @@
 	g_object_unref (menu);
 }
 
+
+#ifdef HAVE_LIBNOTIFY
 static void 
 notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a)
 {
@@ -459,6 +461,7 @@
 	status_count = 0;	
 	g_static_mutex_unlock (&mlock);
 }
+#endif
 
 static void
 new_notify_status (EMEventTargetFolder *t)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]