[evolution-ews/gnome-2-28] Fix the appointment to be deleted properly
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-2-28] Fix the appointment to be deleted properly
- Date: Tue, 11 Oct 2011 09:36:23 +0000 (UTC)
commit d2d4154ec71ec38c27bd112794f03c1957972ccb
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Oct 11 15:04:18 2011 +0530
Fix the appointment to be deleted properly
src/calendar/e-cal-backend-ews.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-ews.c b/src/calendar/e-cal-backend-ews.c
index 61d07fd..0ad2ad2 100644
--- a/src/calendar/e-cal-backend-ews.c
+++ b/src/calendar/e-cal-backend-ews.c
@@ -1074,6 +1074,9 @@ e_cal_backend_ews_remove_object (ECalBackend *backend, EDataCal *cal,
PRIV_LOCK (priv);
comp = e_cal_backend_store_get_component (priv->store, uid, rid);
+
+ if (!rid || !*rid)
+ rid = NULL;
if (rid) {
parent = e_cal_backend_store_get_component (priv->store, uid, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]