diff options
author | Chris Toshok <toshok@ximian.com> | 2002-08-16 15:54:16 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-08-16 15:54:16 +0800 |
commit | eb8729cefab967a133f53409a9a3622e849e6e73 (patch) | |
tree | 764550b1e8fde0ccd47ea42329ac40562060ac0c /addressbook/backend | |
parent | aeffbd926fca4de1456078135a5ff6ba898cbcd7 (diff) | |
download | gsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.tar.gz gsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.tar.zst gsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.zip |
[ fix 27333 ] "local" -> "do-initial-query".
2002-08-16 Chris Toshok <toshok@ximian.com>
[ fix 27333 ]
* gui/widgets/e-addressbook-model.c (get_view): "local" ->
"do-initial-query".
* backend/pas/pas-backend-file.c
(pas_backend_file_get_static_capabilities): "local" ->
"local,do-initial-query".
* gui/widgets/e-addressbook-model.c (get_view): "local" ->
"do-initial-query".
* gui/component/addressbook.c (book_open_cb): Only assume the
addressbook is local if "local" appears in its static
capabilities. We still use the ldap special case, but be nicer to
other networked backends.
svn path=/trunk/; revision=17782
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/pas/pas-backend-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/pas/pas-backend-file.c b/addressbook/backend/pas/pas-backend-file.c index 329b919e7d..c0d03d6b5d 100644 --- a/addressbook/backend/pas/pas-backend-file.c +++ b/addressbook/backend/pas/pas-backend-file.c @@ -1584,7 +1584,7 @@ pas_backend_file_remove_client (PASBackend *backend, static char * pas_backend_file_get_static_capabilities (PASBackend *backend) { - return g_strdup("local"); + return g_strdup("local,do-initial-query"); } static gboolean |