Problems getting changes
Armin Bauer <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
the evolution2 opensync plugin has stopped working for me, but i cannot
see the reason. The code basically looks like this (note that the
problem only occurs if i call the default_addressbook function):
if (!(env->addressbook = e_book_new_default_addressbook(&gerror))) {
//Error handling
g_clear_error(&gerror);
return FALSE;
}
if (!e_book_open(env->addressbook, TRUE, &gerror)) {
//Error handling
return FALSE;
}
if (!e_book_get_changes(env->addressbook, env->change_id, &changes, NULL)) {
//Error handling
return;
}
The problem is that the changes list is empty even if there were changes
(adds, modifications and deletes). Any idea what could be wrong?
My system:
debian unstable
evolution-data-server 1.4.2.1-2
evolution 2.4.2.1-2
Best Regards,
Armin Bauer
_______________________________________________
Evolution-hackers mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/evolution-hackers
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFERh/aq9z7v9k9UakRAnWrAJ9F8iLQbevChRRqUTTmLjcB1cZOigCgo9kQ FbVoGO+YZWFseTPHa5EZw9Q= =aHxm -----END PGP SIGNATURE-----