adapted to changes in EComponentListener API.

2003-06-04  Rodrigo Moya <rodrigo@ximian.com>

	* backend/ebook/ebook.c (e_book_do_response_open): adapted to
	changes in EComponentListener API.

svn path=/trunk/; revision=21383
This commit is contained in:
Rodrigo Moya
2003-06-04 15:05:49 +00:00
committed by Rodrigo Moya
parent e9e1b3c40c
commit 750c4441ab
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-04 Rodrigo Moya <rodrigo@ximian.com>
* backend/ebook/ebook.c (e_book_do_response_open): adapted to
changes in EComponentListener API.
2003-05-19 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (func_beginswith): use the more

View File

@ -426,7 +426,7 @@ e_book_do_response_open (EBook *book,
book->priv->corba_book = resp->book;
book->priv->load_state = URILoaded;
book->priv->comp_listener = e_component_listener_new (book->priv->corba_book, 0);
book->priv->comp_listener = e_component_listener_new (book->priv->corba_book);
book->priv->died_signal = g_signal_connect (book->priv->comp_listener, "component_died",
G_CALLBACK (backend_died_cb), book);
}