diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-30 11:27:33 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-30 11:27:33 +0800 |
commit | 028af9687710c33e977a17039988030a0607d25c (patch) | |
tree | acc99bb9164933741cf0e4ea122d32beec5cae99 /addressbook/ChangeLog | |
parent | a0619157c26553430ae47909af1ddee1557ab7be (diff) | |
download | gsoc2013-evolution-028af9687710c33e977a17039988030a0607d25c.tar gsoc2013-evolution-028af9687710c33e977a17039988030a0607d25c.tar.gz gsoc2013-evolution-028af9687710c33e977a17039988030a0607d25c.tar.bz2 gsoc2013-evolution-028af9687710c33e977a17039988030a0607d25c.tar.lz gsoc2013-evolution-028af9687710c33e977a17039988030a0607d25c.tar.xz gsoc2013-evolution-028af9687710c33e977a17039988030a0607d25c.tar.zst gsoc2013-evolution-028af9687710c33e977a17039988030a0607d25c.zip |
Added a search field to the query here. (e_select_names_init): Update the
2001-06-29 Christopher James Lahey <clahey@ximian.com>
* gui/component/select-names/e-select-names.c (update_query):
Added a search field to the query here.
(e_select_names_init): Update the query on a number of signals here.
* gui/component/select-names/e-select-names.h: Added search_entry
here.
* gui/component/select-names/select-names.glade: Added the search
entry here. Added some labels. Removed the update button.
svn path=/trunk/; revision=10624
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bd18a4b5e7..6736d53b7c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,17 @@ 2001-06-29 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names.c (update_query): + Added a search field to the query here. + (e_select_names_init): Update the query on a number of signals here. + + * gui/component/select-names/e-select-names.h: Added search_entry + here. + + * gui/component/select-names/select-names.glade: Added the search + entry here. Added some labels. Removed the update button. + +2001-06-29 Christopher James Lahey <clahey@ximian.com> + * gui/component/select-names/e-select-names.c (e_select_names_option_activated): Change the uri here to have addressbook.db at the end. |