diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-08-19 03:49:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-08-19 03:49:49 +0800 |
commit | a536d74906984acd16902606ac574db676344194 (patch) | |
tree | a300caed7474f6e1939c3a6c1fffa2eed51977f4 /modules/addressbook/e-book-shell-view-private.h | |
parent | a5604d436c8dc133231c60ae75fb35e96816371d (diff) | |
download | gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar.gz gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.tar.zst gsoc2013-evolution-a536d74906984acd16902606ac574db676344194.zip |
Use the new e_load_book_source_async() where possible.
It's easier to use than addressbook_load() but requires starting with
an ESource rather than an EBook, and there's a couple places left where
that's not so easy. I'll spend more time on it later.
Diffstat (limited to 'modules/addressbook/e-book-shell-view-private.h')
-rw-r--r-- | modules/addressbook/e-book-shell-view-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/addressbook/e-book-shell-view-private.h b/modules/addressbook/e-book-shell-view-private.h index 1a0c803ca3..b719509b09 100644 --- a/modules/addressbook/e-book-shell-view-private.h +++ b/modules/addressbook/e-book-shell-view-private.h @@ -30,6 +30,7 @@ #include <libebook/e-book.h> #include <libedataserver/e-categories.h> #include <libedataserver/e-sexp.h> +#include <libedataserverui/e-book-auth-util.h> #include <libedataserverui/e-source-selector.h> #include "e-util/e-util.h" |