aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-08-16 15:54:16 +0800
committerChris Toshok <toshok@src.gnome.org>2002-08-16 15:54:16 +0800
commiteb8729cefab967a133f53409a9a3622e849e6e73 (patch)
tree764550b1e8fde0ccd47ea42329ac40562060ac0c /addressbook/ChangeLog
parentaeffbd926fca4de1456078135a5ff6ba898cbcd7 (diff)
downloadgsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.tar
gsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.tar.gz
gsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.tar.bz2
gsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.tar.lz
gsoc2013-evolution-eb8729cefab967a133f53409a9a3622e849e6e73.tar.xz
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/ChangeLog')
-rw-r--r--addressbook/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 8bd5f347b8..78fb0ebfa6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,21 @@
+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.
+
2002-08-12 Dan Winship <danw@ximian.com>
* gui/component/addressbook-component.c (user_create_new_item_cb):