[evolution-kolab] ECalBackendKolab: fixed typo in comparison (thanks mbarnes)
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] ECalBackendKolab: fixed typo in comparison (thanks mbarnes)
- Date: Tue, 4 Sep 2012 13:56:21 +0000 (UTC)
commit 6277e3cd3d1215bdde793bc02864df558c363b78
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Tue Sep 4 15:22:57 2012 +0200
ECalBackendKolab: fixed typo in comparison (thanks mbarnes)
src/calendar/e-cal-backend-kolab.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-kolab.c b/src/calendar/e-cal-backend-kolab.c
index 04212f0..25edbf7 100644
--- a/src/calendar/e-cal-backend-kolab.c
+++ b/src/calendar/e-cal-backend-kolab.c
@@ -1353,7 +1353,7 @@ cal_backend_kolab_remove_objects (ECalBackendSync *backend,
if (*old_components != NULL)
oc_data = (*old_components)->data;
- if (*new_components = NULL)
+ if (*new_components == NULL)
nc_data = (*new_components)->data;
e_cal_backend_notify_component_removed (E_CAL_BACKEND (backend),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]