gnome-panel r11152 - trunk/applets/clock



Author: vuntz
Date: Mon Jun 30 14:16:13 2008
New Revision: 11152
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11152&view=rev

Log:
2008-06-30  Vincent Untz  <vuntz gnome org>

	* calendar-window.c: (is_appointment): also show groupwise and exchange
	appointments. Patch by Chenthill Palanisamy <pchenthill novell com>


Modified:
   trunk/applets/clock/ChangeLog
   trunk/applets/clock/calendar-window.c

Modified: trunk/applets/clock/calendar-window.c
==============================================================================
--- trunk/applets/clock/calendar-window.c	(original)
+++ trunk/applets/clock/calendar-window.c	Mon Jun 30 14:16:13 2008
@@ -388,6 +388,8 @@
 		return (g_ascii_strcasecmp (uri, "file")   == 0 ||
 			g_ascii_strcasecmp (uri, "webcal") == 0 ||
 			g_ascii_strcasecmp (uri, "caldav") == 0 ||
+			g_ascii_strcasecmp (uri, "exchange")  == 0 ||
+			g_ascii_strcasecmp (uri, "groupwise") == 0 ||
 			g_ascii_strcasecmp (uri, "google") == 0);
 	return FALSE;
 }



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