diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-18 10:28:41 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-18 10:28:41 +0800 |
commit | ed62703ead5d7696c50d89d98c419a1f2e2597b9 (patch) | |
tree | 639b3db8e1fb92b5d9666089421eefefc1c0f561 /addressbook/ChangeLog | |
parent | 613090ed2747c4d5885bca15d54c0c17300817ee (diff) | |
download | gsoc2013-evolution-ed62703ead5d7696c50d89d98c419a1f2e2597b9.tar.gz gsoc2013-evolution-ed62703ead5d7696c50d89d98c419a1f2e2597b9.tar.zst gsoc2013-evolution-ed62703ead5d7696c50d89d98c419a1f2e2597b9.zip |
call e_sexp_encode_string on the search string the user types in so it
2001-08-17 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (addressbook_query_changed): call
e_sexp_encode_string on the search string the user types in so it
doesn't break sexp parsing in the wombat.
svn path=/trunk/; revision=12190
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 769c804373..467585c76c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-08-17 Chris Toshok <toshok@ximian.com> + + * gui/component/addressbook.c (addressbook_query_changed): call + e_sexp_encode_string on the search string the user types in so it + doesn't break sexp parsing in the wombat. + 2001-08-17 Damon Chaplin <damon@ximian.com> * gui/component/addressbook.c: changed to new print icon. |