diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-08-18 08:30:30 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-08-18 08:30:30 +0800 |
commit | f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d (patch) | |
tree | 44e0edbfbc98426cc15e96ed89d2435330eda080 /addressbook/ChangeLog | |
parent | c351fabe58b6eabc5ff3915e15dbb90d5f10792f (diff) | |
download | gsoc2013-evolution-f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d.tar gsoc2013-evolution-f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d.tar.gz gsoc2013-evolution-f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d.tar.bz2 gsoc2013-evolution-f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d.tar.lz gsoc2013-evolution-f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d.tar.xz gsoc2013-evolution-f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d.tar.zst gsoc2013-evolution-f0b16735709dfa6d7a4bbdc53dfb120b5d1ee13d.zip |
If we get the "sequence_complete" signal when we aren't searching, it
2001-08-17 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-completion.c
(e_select_names_completion_seq_complete_cb): If we get the
"sequence_complete" signal when we aren't searching, it means the
addressbook changed out from under us. Clear the search cache, so
that future completion requests won't use the out-of-date cached
data. Also, don't unref book_view... we leave the EBookView open
so that we can catch these addressbook changes.
(e_select_names_completion_do_query): Don't use the book_view
being non-NULL as a sign that another query is still running.
(e_select_names_completion_got_book_view_cb): Properly unref any
previous value in book_view.
svn path=/trunk/; revision=12184
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 997c8a480b..a0a006be3f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2001-08-17 Jon Trowbridge <trow@ximian.com> + + * gui/component/select-names/e-select-names-completion.c + (e_select_names_completion_seq_complete_cb): If we get the + "sequence_complete" signal when we aren't searching, it means the + addressbook changed out from under us. Clear the search cache, so + that future completion requests won't use the out-of-date cached + data. Also, don't unref book_view... we leave the EBookView open + so that we can catch these addressbook changes. + (e_select_names_completion_do_query): Don't use the book_view + being non-NULL as a sign that another query is still running. + (e_select_names_completion_got_book_view_cb): Properly unref any + previous value in book_view. + 2001-08-17 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c |