Mercurial > pidgin.yaz
comparison plugins/gevolution/gevolution.c @ 10081:ff4be2d1401d
[gaim-migrate @ 11071]
Merge the gevolution changes back to HEAD.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 06 Oct 2004 03:17:24 +0000 |
| parents | 0436734708fa |
| children | 54ac161a876e |
comparison
equal
deleted
inserted
replaced
| 10080:8e6329b8dcc1 | 10081:ff4be2d1401d |
|---|---|
| 230 GaimPlugin *plugin = (GaimPlugin *)data; | 230 GaimPlugin *plugin = (GaimPlugin *)data; |
| 231 EBookQuery *query; | 231 EBookQuery *query; |
| 232 | 232 |
| 233 timer = 0; | 233 timer = 0; |
| 234 | 234 |
| 235 if (!gevo_load_addressbook(&book, NULL)) | 235 if (!gevo_load_addressbook(NULL, &book, NULL)) |
| 236 return FALSE; | 236 return FALSE; |
| 237 | 237 |
| 238 query = e_book_query_any_field_contains(""); | 238 query = e_book_query_any_field_contains(""); |
| 239 | 239 |
| 240 book_view_tag = e_book_async_get_book_view(book, query, NULL, -1, | 240 book_view_tag = e_book_async_get_book_view(book, query, NULL, -1, |
