summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c')
-rw-r--r--databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c b/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c
new file mode 100644
index 000000000..a01d99965
--- /dev/null
+++ b/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c
@@ -0,0 +1,10 @@
+--- calendar/backends/groupwise/e-cal-backend-groupwise.c.orig Tue Jan 11 12:46:18 2005
++++ calendar/backends/groupwise/e-cal-backend-groupwise.c Tue Jan 11 12:47:20 2005
+@@ -509,7 +509,6 @@
+ priv->timeout_id = g_timeout_add (CACHE_REFRESH_INTERVAL, (GSourceFunc) get_deltas, (gpointer) cbgw);
+ } else {
+ g_warning (G_STRLOC ": Could not populate the cache");
+- ECalBackendSyncStatus status;
+ return GNOME_Evolution_Calendar_PermissionDenied;
+ }
+ }