[evolution-data-server] Bug #624027 - Groupwise cal doesn't use store's default_timezone



commit 78ac465ff07a821fde983bf986a2dc3a20097655
Author: Milan Crha <mcrha redhat com>
Date:   Wed Sep 1 11:53:30 2010 +0200

    Bug #624027 - Groupwise cal doesn't use store's default_timezone

 .../backends/groupwise/e-cal-backend-groupwise.c   |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/calendar/backends/groupwise/e-cal-backend-groupwise.c b/calendar/backends/groupwise/e-cal-backend-groupwise.c
index ca43e16..00db568 100644
--- a/calendar/backends/groupwise/e-cal-backend-groupwise.c
+++ b/calendar/backends/groupwise/e-cal-backend-groupwise.c
@@ -1084,7 +1084,6 @@ connect_to_server (ECalBackendGroupwise *cbgw, GError **perror)
 		}
 
 		e_cal_backend_store_load (priv->store);
-		e_cal_backend_store_set_default_timezone (priv->store, priv->default_zone);
 
 		/* spawn a new thread for opening the calendar */
 		thread = g_thread_create ((GThreadFunc) cache_init, cbgw, FALSE, &error);
@@ -1345,8 +1344,6 @@ e_cal_backend_groupwise_open (ECalBackendSync *backend, EDataCal *cal, gboolean
 			}
 		}
 
-		e_cal_backend_store_set_default_timezone (priv->store, priv->default_zone);
-
 		PRIV_UNLOCK (priv);
 		return;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]