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.h | |
parent | 477157f0b16adc4519f4b8c7fda145566082fb9a (diff) | |
download | gsoc2013-evolution-7794a1eb62ac24165bfa0268b49967bc7b76cca7.tar.gz 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.h')
-rw-r--r-- | widgets/table/e-table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 717272309e..e23939e746 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -63,6 +63,8 @@ typedef struct { GnomeCanvasItem *header_item, *root; + GnomeCanvasItem *white_item; + gint length_threshold; gint rebuild_idle_id; |