call save (cbimc) after setting the pilot id and status.

* pcs/cal-backend-imc.c (cal_backend_imc_update_pilot_id): call
	save (cbimc) after setting the pilot id and status.

svn path=/trunk/; revision=4500
This commit is contained in:
Seth Alves
2000-08-03 02:34:01 +00:00
parent 6cdd5bd58e
commit 7dd58960fe

View File

@ -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);
}