From 398db562507d4f3071a0deb7acfa3eb7a94a4aaa Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 4 Jan 2001 20:52:20 +0000 Subject: Need to e_sexp_unref the the sexp, not gtk_object_unref it. 2001-01-04 JP Rosevear * backend/pas/pas-backend-file.c (pas_backend_file_book_view_free): Need to e_sexp_unref the the sexp, not gtk_object_unref it. svn path=/trunk/; revision=7256 --- addressbook/backend/pas/pas-backend-file.c | 2 +- 1 file changed, 1 insertion(+), 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 98f1962bd5..cfe7c90ab8 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -115,7 +115,7 @@ pas_backend_file_book_view_free(PASBackendFileBookView *book_view, void *closure { g_free(book_view->search); if (book_view->search_sexp) - gtk_object_unref(GTK_OBJECT(book_view->search_sexp)); + e_sexp_unref (book_view->search_sexp); g_free(book_view->search_context); g_free(book_view->change_id); -- cgit v1.2.3