diff options
author | Chris Toshok <toshok@ximian.com> | 2003-02-18 05:02:06 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-02-18 05:02:06 +0800 |
commit | c879655ace274596ae2dd3e78e348facd821e3b7 (patch) | |
tree | 1b4e46a135967ad79cf329feff3465defb58c3e2 /addressbook/ChangeLog | |
parent | 8be77ed0d8554ed4b71af4286a1203b817abb582 (diff) | |
download | gsoc2013-evolution-c879655ace274596ae2dd3e78e348facd821e3b7.tar.gz gsoc2013-evolution-c879655ace274596ae2dd3e78e348facd821e3b7.tar.zst gsoc2013-evolution-c879655ace274596ae2dd3e78e348facd821e3b7.zip |
if we can complete solely from our cached cards, call
2003-02-17 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-completion.c
(e_select_names_completion_start_query): if we can complete solely
from our cached cards, call e_completion_end_search from here when
we're done.
svn path=/trunk/; revision=19925
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7ed76be59c..fd7acbc72c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2003-02-17 Chris Toshok <toshok@ximian.com> + + * gui/component/select-names/e-select-names-completion.c + (e_select_names_completion_start_query): if we can complete solely + from our cached cards, call e_completion_end_search from here when + we're done. + +2003-02-17 Chris Toshok <toshok@ximian.com> + + * gui/component/addressbook-component.c + (ensure_completion_uris_exist): plug memory leak (always free + val). + 2003-02-16 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-file.c |