[evolution-mapi] Revert "Save changes before finalizing ECalBackendStore."



commit c8375827fa100d2cf6e0eca87adced690e61c673
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jan 9 14:33:21 2013 -0500

    Revert "Save changes before finalizing ECalBackendStore."
    
    This reverts commit bf2950ca5482628d201ba336d7a0eba033e721a4.
    
    Thought of a better way to solve the final save problem that doesn't
    involve adding new API or modifying backends.

 src/calendar/e-cal-backend-mapi.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/calendar/e-cal-backend-mapi.c b/src/calendar/e-cal-backend-mapi.c
index 1066310..a2b6124 100644
--- a/src/calendar/e-cal-backend-mapi.c
+++ b/src/calendar/e-cal-backend-mapi.c
@@ -3459,7 +3459,6 @@ ecbm_finalize (GObject *object)
 	g_mutex_clear (&priv->is_updating_mutex);
 
 	if (priv->store) {
-		e_cal_backend_store_save (priv->store);
 		g_object_unref (priv->store);
 		priv->store = NULL;
 	}



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