diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-08-11 10:22:48 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-08-11 10:22:48 +0800 |
commit | 315563e5cff2a4b7027a607bf9e46b336ac8c6d9 (patch) | |
tree | cfa863957bb8f6870d4a7eb6ca366c449f3382c2 /addressbook/ChangeLog | |
parent | 645b837f4d3fd5f81e78676b87e1f905024bac69 (diff) | |
download | gsoc2013-evolution-315563e5cff2a4b7027a607bf9e46b336ac8c6d9.tar.gz gsoc2013-evolution-315563e5cff2a4b7027a607bf9e46b336ac8c6d9.tar.zst gsoc2013-evolution-315563e5cff2a4b7027a607bf9e46b336ac8c6d9.zip |
Remove single- or double-quotes from names before sticking them into the
2001-08-10 Jon Trowbridge <trow@ximian.com>
* gui/contact-editor/e-contact-quick-add.c (e_contact_quick_add):
Remove single- or double-quotes from names before sticking them
into the addressbook. (Bug #6499)
svn path=/trunk/; revision=11909
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 73b70d0642..bbc2612995 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,9 @@ 2001-08-10 Jon Trowbridge <trow@ximian.com> + * gui/contact-editor/e-contact-quick-add.c (e_contact_quick_add): + Remove single- or double-quotes from names before sticking them + into the addressbook. (Bug #6499) + * gui/component/addressbook.c (addressbook_query_changed): Properly handle "Category is" queries by checking the search bar suboption. |