summaryrefslogtreecommitdiff
path: root/extra/gnome-panel/evolution-appointments.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gnome-panel/evolution-appointments.patch')
-rw-r--r--extra/gnome-panel/evolution-appointments.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/gnome-panel/evolution-appointments.patch b/extra/gnome-panel/evolution-appointments.patch
new file mode 100644
index 000000000..c4831adf2
--- /dev/null
+++ b/extra/gnome-panel/evolution-appointments.patch
@@ -0,0 +1,13 @@
+diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c
+index 932ebda..bfad14e 100644
+--- a/applets/clock/calendar-window.c
++++ b/applets/clock/calendar-window.c
+@@ -450,6 +450,8 @@ 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, "mapi") == 0 ||
+ g_ascii_strcasecmp (uri, "webcal") == 0 ||
+ g_ascii_strcasecmp (uri, "caldav") == 0 ||
+ g_ascii_strcasecmp (uri, "exchange") == 0 ||