[gnome-panel] clock: Show appointments from local/mapi eds providers



commit 08fb6ef9c9e9290a8e8172a2e98ee1b688d203b6
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Feb 1 01:52:47 2011 +0100

    clock: Show appointments from local/mapi eds providers
    
    Thanks to Milan Crha <mcrha redhat com> and KÃ¥re Fiedler Chrisitiansen
    <gnome kaarefc dk>.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633566

 applets/clock/calendar-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c
index a2726a3..cfd6fcc 100644
--- a/applets/clock/calendar-window.c
+++ b/applets/clock/calendar-window.c
@@ -463,8 +463,10 @@ is_appointment (GtkTreeModel *model,
 	gtk_tree_model_get (model, iter, APPOINTMENT_COLUMN_URI, &uri, -1);
 	if (uri)
 		return (g_ascii_strcasecmp (uri, "file")   == 0 ||
+			g_ascii_strcasecmp (uri, "local")   == 0 ||
 			g_ascii_strcasecmp (uri, "webcal") == 0 ||
 			g_ascii_strcasecmp (uri, "caldav") == 0 ||
+			g_ascii_strcasecmp (uri, "mapi")   == 0 ||
 			g_ascii_strcasecmp (uri, "exchange")  == 0 ||
 			g_ascii_strcasecmp (uri, "groupwise") == 0 ||
 			g_ascii_strcasecmp (uri, "google") == 0);



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