aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-backend-imc.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/pcs/cal-backend-imc.c')
-rw-r--r--calendar/pcs/cal-backend-imc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/pcs/cal-backend-imc.c b/calendar/pcs/cal-backend-imc.c
index 29015a70cc..d50fc0d347 100644
--- a/calendar/pcs/cal-backend-imc.c
+++ b/calendar/pcs/cal-backend-imc.c
@@ -94,6 +94,9 @@ static void cal_backend_imc_update_pilot_id (CalBackend *backend,
unsigned long int pilot_status);
+
+static void notify_update (CalBackendIMC *cbimc, const char *uid);
+
static CalBackendClass *parent_class;
@@ -1028,6 +1031,10 @@ cal_backend_imc_update_pilot_id (CalBackend *backend,
obj->pilot_id = pilot_id;
obj->pilot_status = pilot_status;
+
+ save (cbimc);
+
+ notify_update (cbimc, uid);
}