diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-11-07 05:56:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-11-07 05:56:52 +0800 |
commit | 9c651d480e354610f80f18b9af73bb3401745f59 (patch) | |
tree | daa4c8fd7b763f44d44fbe3b1c31611010894887 /addressbook/gui/widgets/Makefile.am | |
parent | a2dda6941a6f6012a41833fd0c928b5a1fa0cd29 (diff) | |
download | gsoc2013-evolution-9c651d480e354610f80f18b9af73bb3401745f59.tar gsoc2013-evolution-9c651d480e354610f80f18b9af73bb3401745f59.tar.gz gsoc2013-evolution-9c651d480e354610f80f18b9af73bb3401745f59.tar.bz2 gsoc2013-evolution-9c651d480e354610f80f18b9af73bb3401745f59.tar.lz gsoc2013-evolution-9c651d480e354610f80f18b9af73bb3401745f59.tar.xz gsoc2013-evolution-9c651d480e354610f80f18b9af73bb3401745f59.tar.zst gsoc2013-evolution-9c651d480e354610f80f18b9af73bb3401745f59.zip |
Switched from EAddressbookSearch to ESearchBar.
2000-11-06 Christopher James Lahey <clahey@helixcode.com>
* gui/component/addressbook.c: Switched from EAddressbookSearch to
ESearchBar.
* gui/widgets/Makefile.am, gui/widgets/e-addressbook-search.c,
gui/widgets/e-addressbook-search.h: Removed EAddressbookSearch.
This has been moved to filter/ and renamed ESearchBar.
* printing/e-contact-print-envelope.c: Forgot to set the font.
This works for me now.
svn path=/trunk/; revision=6455
Diffstat (limited to 'addressbook/gui/widgets/Makefile.am')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index 91e361bee1..03bd9a4d6e 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -18,8 +18,6 @@ noinst_LIBRARIES = \ libeminicard_a_SOURCES = \ e-addressbook-model.c \ e-addressbook-model.h \ - e-addressbook-search.c \ - e-addressbook-search.h \ e-addressbook-view.c \ e-addressbook-view.h \ e-minicard-control.c \ |