diff options
author | Mike Kestner <mkestner@ximian.com> | 2003-04-09 04:44:58 +0800 |
---|---|---|
committer | Mike Kestner <mkestner@src.gnome.org> | 2003-04-09 04:44:58 +0800 |
commit | 0cdafe3604b30714bdc1e95819cd4a7936fcd523 (patch) | |
tree | 670c2d01da0020fc8d7e320ba5528a96f3745de0 /addressbook/gui/component | |
parent | e73f740c72d9b19134bc91c4bb1d55a39664fe8b (diff) | |
download | gsoc2013-evolution-0cdafe3604b30714bdc1e95819cd4a7936fcd523.tar.gz gsoc2013-evolution-0cdafe3604b30714bdc1e95819cd4a7936fcd523.tar.zst gsoc2013-evolution-0cdafe3604b30714bdc1e95819cd4a7936fcd523.zip |
kill an old e_utf8_gtk usage
2003-04-08 Mike Kestner <mkestner@ximian.com>
* e-search-bar.c (set_option): kill an old e_utf8_gtk usage
and remove some straggling e-font.h includes.
svn path=/trunk/; revision=20769
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index a189077c92..962a745abe 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -26,7 +26,6 @@ #include <gal/e-table/e-table-simple.h> #include <gal/e-table/e-table-without.h> -#include <gal/widgets/e-font.h> #include <gal/widgets/e-popup-menu.h> #include <addressbook/gui/widgets/e-addressbook-model.h> |