Fixed regression in e_book_get_book_view_async().
authorTristan Van Berkom <tristanvb@openismus.com>
Wed, 23 Jan 2013 05:34:54 +0000 (14:34 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Wed, 23 Jan 2013 11:44:43 +0000 (20:44 +0900)
commit56f8302cc5165e624a5a0d0d7dbf2de07cda4c8d
tree8abc7612fe3bad355770762e5aa6a38587e51e02
parent8c9f6615402bc842a2936146f19a4d1435022314
Fixed regression in e_book_get_book_view_async().

The reference counting scheme on the returned view was changed while
porting the EBook apis to use EBookClient apis internally, the result
is that the async callback no longer receives ownership of the passed
EBookView (this commit reverts to the old behaviour).
addressbook/libebook/e-book.c