evolution r36804 - trunk/plugins/mail-notification



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

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

	* mail-notification.c: Fix compilation error.


Modified:
   trunk/plugins/mail-notification/ChangeLog
   trunk/plugins/mail-notification/mail-notification.c

Modified: trunk/plugins/mail-notification/mail-notification.c
==============================================================================
--- trunk/plugins/mail-notification/mail-notification.c	(original)
+++ trunk/plugins/mail-notification/mail-notification.c	Wed Nov 19 16:12:13 2008
@@ -442,6 +442,7 @@
 	g_object_unref (menu);
 }
 
+#ifdef HAVE_LIBNOTIFY
 static void 
 notifyActionCallback (NotifyNotification *n, gchar *label, gpointer a)
 {
@@ -459,6 +460,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]