Fixes #64398 added an variable to store the timeout ids.
authorChenthill Palanisamy <pchenthill@novell.com>
Tue, 7 Sep 2004 11:30:15 +0000 (11:30 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Tue, 7 Sep 2004 11:30:15 +0000 (11:30 +0000)
commit5a49c29535a33bd7d3195d9e669cb5eb73875eb9
tree08cc3e873291d79d0d80e844f36b4a24f7c4cc63
parent2f8be1cb28a05b136d7a0ce0dc8cd652e1954e96
Fixes #64398 added an variable to store the timeout ids.

2004-09-07  Chenthill Palanisamy <pchenthill@novell.com>

Fixes #64398
* backends/groupwise/e-cal-backend-groupwise.c
(ECalBackendGroupwisePrivate): added an variable to store
the timeout ids.
(e_cal_backend_groupwise_init): intialize the variable.
(e_cal_backend_groupwise_finalize): remove the timeout_add
function so that it will not called when backend dies.
(get_deltas): It should not crash in any case if handle is
NULL.
calendar/ChangeLog
calendar/backends/groupwise/e-cal-backend-groupwise.c