aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-03-25 15:42:30 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-03-25 15:42:30 +0800
commit0f80005685978681896ccf1df105a74c217a1efc (patch)
tree25b756a5034df1795bf3fa9bfc3556cf7cb291fe /addressbook/ChangeLog
parent5dfac3bcc19a0ab4095c9c29f2969e0fc95ccb9d (diff)
downloadgsoc2013-evolution-0f80005685978681896ccf1df105a74c217a1efc.tar
gsoc2013-evolution-0f80005685978681896ccf1df105a74c217a1efc.tar.gz
gsoc2013-evolution-0f80005685978681896ccf1df105a74c217a1efc.tar.bz2
gsoc2013-evolution-0f80005685978681896ccf1df105a74c217a1efc.tar.lz
gsoc2013-evolution-0f80005685978681896ccf1df105a74c217a1efc.tar.xz
gsoc2013-evolution-0f80005685978681896ccf1df105a74c217a1efc.tar.zst
gsoc2013-evolution-0f80005685978681896ccf1df105a74c217a1efc.zip
Rather than starting the pending query by directly calling
2001-03-25 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c (e_select_names_completion_seq_complete_cb): Rather than starting the pending query by directly calling e_select_names_completion_do_query, call e_completion_begin_search. Circumventing the ECompletion API was causing it to get confused in some cases. svn path=/trunk/; revision=8922
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 747c89f897..1c76f3d75b 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,12 @@
+2001-03-25 Jon Trowbridge <trow@ximian.com>
+
+ * gui/component/select-names/e-select-names-completion.c
+ (e_select_names_completion_seq_complete_cb): Rather than starting
+ the pending query by directly calling
+ e_select_names_completion_do_query, call
+ e_completion_begin_search. Circumventing the ECompletion API was
+ causing it to get confused in some cases.
+
2001-03-23 Jon Trowbridge <trow@ximian.com>
* gui/widgets/e-minicard-widget.c (e_minicard_widget_set_card):