Diff between 33256b795dbeb23d9a31717974752394cb13234b and 9f1ed8439876f1d89445f4fc02ae0845532935cc
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/phonebook-ebook.c | +2 | -0 | modified |
Full Patch
diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c
index 153ea95..21278be 100644
--- a/obexd/plugins/phonebook-ebook.c
+++ b/obexd/plugins/phonebook-ebook.c
@@ -282,6 +282,8 @@ int phonebook_init(void)
{
GError *gerr = NULL;
+ g_type_init();
+
ebook = e_book_new_default_addressbook(&gerr);
if (!ebook) {
error("Can't create user's default address book: %s",