From 6a6f3d83e9140cd54f1dfec2a16156ba4e77e892 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 20 Aug 2001 15:22:26 +0000 Subject: null out card_sexp so that we don't crash when copying 2001-08-20 JP Rosevear * backend/pas/pas-backend-file.c (pas_backend_file_process_get_changes): null out card_sexp so that we don't crash when copying svn path=/trunk/; revision=12290 --- addressbook/backend/pas/pas-backend-file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/backend') diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 872d7ba378..1942400d09 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -893,7 +893,8 @@ pas_backend_file_process_get_changes (PASBackend *backend, ctx.mod_ids = NULL; ctx.del_ids = NULL; view.search = NULL; - + view.card_sexp = NULL; + e_list_append(bf->priv->book_views, &view); iterator = e_list_get_iterator(bf->priv->book_views); -- cgit v1.2.3