From f1bf0afda992d969be86bfe29c464a8c435dcebf Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 7 Nov 2002 03:44:41 +0000 Subject: use g_type_class_peek_parent. 2002-11-06 Chris Toshok * backend/pas/pas-backend-card-sexp.c (pas_backend_card_sexp_class_init): use g_type_class_peek_parent. * backend/pas/pas-card-cursor.c (pas_card_cursor_class_init): same. * backend/pas/pas-book-view.c (pas_book_view_class_init): same. * backend/pas/pas-book-factory.c (pas_book_factory_class_init): same. * backend/pas/pas-backend-summary.c (pas_backend_summary_class_init): same. * backend/pas/pas-backend-ldap.c (pas_backend_ldap_class_init): same. * backend/pas/pas-backend-file.c (pas_backend_file_class_init): same. * backend/ebook/e-book-marshal.list: ENUM -> INT. * backend/ebook/e-book-view.c (e_book_view_dispose): guard against this being called multiple times. (e_book_view_class_init): ENUM -> INT in the sequence_complete signal. * backend/ebook/e-book.c (e_book_do_response_open): un-ifdef the component_died signal stuff. svn path=/trunk/; revision=18623 --- addressbook/backend/ebook/e-book-marshal.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/backend/ebook/e-book-marshal.list') diff --git a/addressbook/backend/ebook/e-book-marshal.list b/addressbook/backend/ebook/e-book-marshal.list index 3624766421..680ea039a3 100644 --- a/addressbook/backend/ebook/e-book-marshal.list +++ b/addressbook/backend/ebook/e-book-marshal.list @@ -2,4 +2,4 @@ NONE:NONE NONE:BOOL NONE:POINTER NONE:STRING -NONE:ENUM +NONE:INT -- cgit v1.2.3