diff options
author | Chris Toshok <toshok@ximian.com> | 2002-08-02 08:23:38 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-08-02 08:23:38 +0800 |
commit | 82f09c66c584eb4154ff714066b1e071c75b9598 (patch) | |
tree | ae560fc22b401f423c1df0c37780e5a4a4f8f015 /addressbook/ChangeLog | |
parent | c48c6afed5fc757732d9c8ff2bc3cdab3c90645e (diff) | |
download | gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar.gz gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.tar.zst gsoc2013-evolution-82f09c66c584eb4154ff714066b1e071c75b9598.zip |
no more search_entry.
2002-08-01 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names.h (struct
_ESelectNames): no more search_entry.
* gui/component/select-names/e-select-names.c (update_query): no
more search_entry, search_entry => select_entry, and add file_as
to the query since some entries don't have names (like the Ximian,
Inc. default card.)
(e_select_names_init): no more search_entry, and add an "activate"
handler on select_entry that updates the query.
svn path=/trunk/; revision=17682
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 0500c987ba..218d3164ca 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,6 +1,18 @@ 2002-08-01 Chris Toshok <toshok@ximian.com> * gui/component/select-names/e-select-names.h (struct + _ESelectNames): no more search_entry. + + * gui/component/select-names/e-select-names.c (update_query): no + more search_entry, search_entry => select_entry, and add file_as + to the query since some entries don't have names (like the Ximian, + Inc. default card.) + (e_select_names_init): no more search_entry, and add an "activate" + handler on select_entry that updates the query. + +2002-08-01 Chris Toshok <toshok@ximian.com> + + * gui/component/select-names/e-select-names.h (struct _ESelectNames): remove folders and folders_by_uri, and the 2 listeners. |