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.c | |
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.c')
-rw-r--r-- | widgets/table/e-table-field-chooser.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c index 52db886cda..db43deb1a0 100644 --- a/widgets/table/e-table-field-chooser.c +++ b/widgets/table/e-table-field-chooser.c @@ -74,6 +74,8 @@ e_table_field_chooser_class_init (ETableFieldChooserClass *klass) object_class = (GtkObjectClass*) klass; vbox_class = (GtkVBoxClass *) klass; + glade_gnome_init(); + parent_class = gtk_type_class (gtk_vbox_get_type ()); object_class->set_arg = e_table_field_chooser_set_arg; |