aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-10-22 05:15:46 +0800
committerChris Toshok <toshok@src.gnome.org>2002-10-22 05:15:46 +0800
commitb10ce5577d3939b895e270181ebe569e8addc58e (patch)
tree2f45536a09d74e23967e74a3331d148eb2d4054b /addressbook/ChangeLog
parent0aba4b1126e519fb27f9546d3e04480f402ae927 (diff)
downloadgsoc2013-evolution-b10ce5577d3939b895e270181ebe569e8addc58e.tar
gsoc2013-evolution-b10ce5577d3939b895e270181ebe569e8addc58e.tar.gz
gsoc2013-evolution-b10ce5577d3939b895e270181ebe569e8addc58e.tar.bz2
gsoc2013-evolution-b10ce5577d3939b895e270181ebe569e8addc58e.tar.lz
gsoc2013-evolution-b10ce5577d3939b895e270181ebe569e8addc58e.tar.xz
gsoc2013-evolution-b10ce5577d3939b895e270181ebe569e8addc58e.tar.zst
gsoc2013-evolution-b10ce5577d3939b895e270181ebe569e8addc58e.zip
[ fixes #29067 ] we need to create a card_sexp even when doing summary
2002-10-20 Chris Toshok <toshok@ximian.com> [ fixes #29067 ] * backend/pas/pas-backend-file.c (pas_backend_file_search): we need to create a card_sexp even when doing summary queries since it's used to check modifications of cards in the view. svn path=/trunk/; revision=18404
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 98b7f657aa..5fcf8060dd 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,12 @@
2002-10-20 Chris Toshok <toshok@ximian.com>
+ [ fixes #29067 ]
+ * backend/pas/pas-backend-file.c (pas_backend_file_search): we
+ need to create a card_sexp even when doing summary queries since
+ it's used to check modifications of cards in the view.
+
+2002-10-20 Chris Toshok <toshok@ximian.com>
+
[ fixes #32144 ]
* gui/contact-editor/e-contact-save-as.c (e_contact_save_as):
convert the name to the gtk locale before saving.