remove the set_marker call from the begining of the functions. accidently
authorSivaiah Nallagatla <snallagatla@novell.com>
Fri, 29 Oct 2004 16:16:18 +0000 (16:16 +0000)
committerSivaiah Nallagatla <siva@src.gnome.org>
Fri, 29 Oct 2004 16:16:18 +0000 (16:16 +0000)
2004-10-29  Sivaiah Nallagatla <snallagatla@novell.com>

        * 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

calendar/ChangeLog
calendar/backends/groupwise/e-cal-backend-groupwise.c

index 2d6f759..017b9ca 100644 (file)
@@ -1,5 +1,11 @@
 2004-10-29  Sivaiah Nallagatla <snallagatla@novell.com>
 
+       * 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 <snallagatla@novell.com>
+
         * backends/groupwise/e-cal-backends-groupwise.c
         (cache_init) : Read the getQm poll interval
         from GETQM_TIME_INTERVAL. If not availbale
index 0cd9ebc..693e5e0 100644 (file)
@@ -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);