diff options
author | Chris Toshok <toshok@ximian.com> | 2002-02-25 19:01:20 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-02-25 19:01:20 +0800 |
commit | bafc982da4a7398d7aab35362076b8c3c9722057 (patch) | |
tree | a1d7ee007e5f1d7f0243b6f78c1942e83dfc3ea7 /addressbook/ChangeLog | |
parent | 26411433698a528c1b94851a7dcf8a950b4d24f0 (diff) | |
download | gsoc2013-evolution-bafc982da4a7398d7aab35362076b8c3c9722057.tar gsoc2013-evolution-bafc982da4a7398d7aab35362076b8c3c9722057.tar.gz gsoc2013-evolution-bafc982da4a7398d7aab35362076b8c3c9722057.tar.bz2 gsoc2013-evolution-bafc982da4a7398d7aab35362076b8c3c9722057.tar.lz gsoc2013-evolution-bafc982da4a7398d7aab35362076b8c3c9722057.tar.xz gsoc2013-evolution-bafc982da4a7398d7aab35362076b8c3c9722057.tar.zst gsoc2013-evolution-bafc982da4a7398d7aab35362076b8c3c9722057.zip |
only handle the ESB_ADVANCED case here now. the actual query work is done
2002-02-24 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook.c (addressbook_query_changed): only
handle the ESB_ADVANCED case here now. the actual query work is
done in addressbook_search_activated.
(addressbook_search_activated): split out all the searching
functionality here.
(addressbook_factory_new_control): hook up "search_activated" to
addressbook_search_activated.
svn path=/trunk/; revision=15828
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 d3170c12cd..ca2944e2fb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2002-02-24 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook.c (addressbook_query_changed): only + handle the ESB_ADVANCED case here now. the actual query work is + done in addressbook_search_activated. + (addressbook_search_activated): split out all the searching + functionality here. + (addressbook_factory_new_control): hook up "search_activated" to + addressbook_search_activated. + +2002-02-24 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-config.c (addressbook_source_dialog_set_source): make the right auth page start up open. |