gnome-panel r11152 - trunk/applets/clock
- From: vuntz svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-panel r11152 - trunk/applets/clock
- Date: Mon, 30 Jun 2008 14:16:13 +0000 (UTC)
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]