From: Sivaiah Nallagatla Date: Fri, 29 Oct 2004 16:16:18 +0000 (+0000) Subject: remove the set_marker call from the begining of the functions. accidently X-Git-Tag: upstream/3.7.4~8276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02d0251e916388fab67a77250a715e97680a15a0;p=platform%2Fupstream%2Fevolution-data-server.git remove the set_marker call from the begining of the functions. accidently 2004-10-29 Sivaiah Nallagatla * backends/groupwise/e-ca-backend-groupwise.c (cache_init) : remove the set_marker call from the begining of the functions. accidently placed in the last commit --- diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2d6f759..017b9ca 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2004-10-29 Sivaiah Nallagatla + * backends/groupwise/e-ca-backend-groupwise.c + (cache_init) : remove the set_marker call from the begining of the + functions. accidently placed in the last commit + +2004-10-29 Sivaiah Nallagatla + * backends/groupwise/e-cal-backends-groupwise.c (cache_init) : Read the getQm poll interval from GETQM_TIME_INTERVAL. If not availbale diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise.c b/calendar/backends/groupwise/e-cal-backend-groupwise.c index 0cd9ebc..693e5e0 100644 --- a/calendar/backends/groupwise/e-cal-backend-groupwise.c +++ b/calendar/backends/groupwise/e-cal-backend-groupwise.c @@ -380,7 +380,6 @@ cache_init (ECalBackendGroupwise *cbgw) kind = e_cal_backend_get_kind (E_CAL_BACKEND (cbgw)); time_interval = CACHE_REFRESH_INTERVAL; - e_cal_backend_cache_set_marker (priv->cache); time_interval_string = g_getenv ("GETQM_TIME_INTERVAL"); if (time_interval_string) { time_interval = g_ascii_strtod (time_interval_string, NULL);