diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-18 19:15:55 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-18 19:15:55 +0800 |
commit | 7794a1eb62ac24165bfa0268b49967bc7b76cca7 (patch) | |
tree | cba546705d53cb71dcc763ddc1457bd9833fe179 /widgets/table/e-table-field-chooser-dialog.h | |
parent | 477157f0b16adc4519f4b8c7fda145566082fb9a (diff) | |
download | gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.tar gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.tar.gz gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.tar.bz2 gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.tar.lz gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.tar.xz gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.tar.zst gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.zip |
Removed an unnecessary glade include file.
2000-10-18 Christopher James Lahey <clahey@helixcode.com>
* e-table-field-chooser-dialog.h: Removed an unnecessary glade
include file.
* e-table-field-chooser.c: Make sure that glade is initialized.
* e-table.c, e-table.h: Added a white background to the ETable.
svn path=/trunk/; revision=5988
Diffstat (limited to 'widgets/table/e-table-field-chooser-dialog.h')
-rw-r--r-- | widgets/table/e-table-field-chooser-dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-table-field-chooser-dialog.h b/widgets/table/e-table-field-chooser-dialog.h index ec151850f0..1cd7cae30c 100644 --- a/widgets/table/e-table-field-chooser-dialog.h +++ b/widgets/table/e-table-field-chooser-dialog.h @@ -22,7 +22,6 @@ #define __E_TABLE_FIELD_CHOOSER_DIALOG_H__ #include <gnome.h> -#include <glade/glade.h> #include <gal/e-table/e-table-field-chooser.h> #include <gal/e-table/e-table-header.h> |