diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-04 12:15:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-04 12:15:33 +0800 |
commit | f096c882c0d012b85bc8d3cb9104a2334488a667 (patch) | |
tree | 0722694d5b43949c7b97b7b3766df01592832554 /addressbook/ChangeLog | |
parent | e194e841885b83da5cf1df123da7c414acc493ee (diff) | |
download | gsoc2013-evolution-f096c882c0d012b85bc8d3cb9104a2334488a667.tar gsoc2013-evolution-f096c882c0d012b85bc8d3cb9104a2334488a667.tar.gz gsoc2013-evolution-f096c882c0d012b85bc8d3cb9104a2334488a667.tar.bz2 gsoc2013-evolution-f096c882c0d012b85bc8d3cb9104a2334488a667.tar.lz gsoc2013-evolution-f096c882c0d012b85bc8d3cb9104a2334488a667.tar.xz gsoc2013-evolution-f096c882c0d012b85bc8d3cb9104a2334488a667.tar.zst gsoc2013-evolution-f096c882c0d012b85bc8d3cb9104a2334488a667.zip |
** See #54991.
2004-03-04 Not Zed <NotZed@Ximian.com>
** See #54991.
* gui/component/select-names/e-select-names-completion.c
(e_select_names_completion_start_query): dont try to unref a null
query.
(name_style_query): use a GString to build the query, so we can
use e_sexp_encode_string to properly encode the sub terms.
svn path=/trunk/; revision=24957
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1358d51184..de932c1d76 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2004-03-04 Not Zed <NotZed@Ximian.com> + + ** See #54991. + + * gui/component/select-names/e-select-names-completion.c + (e_select_names_completion_start_query): dont try to unref a null + query. + (name_style_query): use a GString to build the query, so we can + use e_sexp_encode_string to properly encode the sub terms. + 2004-03-03 Hans Petter Jansson <hpj@ximian.com> * gui/component/addressbook-component.c (delete_addressbook_cb): |