gnome-panel r11153 - branches/gnome-2-22/applets/clock



Author: vuntz
Date: Mon Jun 30 14:16:26 2008
New Revision: 11153
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11153&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:
   branches/gnome-2-22/applets/clock/ChangeLog
   branches/gnome-2-22/applets/clock/calendar-window.c

Modified: branches/gnome-2-22/applets/clock/calendar-window.c
==============================================================================
--- branches/gnome-2-22/applets/clock/calendar-window.c	(original)
+++ branches/gnome-2-22/applets/clock/calendar-window.c	Mon Jun 30 14:16:26 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]