diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-12-11 18:10:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-12-11 18:10:02 +0800 |
commit | a014ee43098b151f622d10fca6fd426badfb16c6 (patch) | |
tree | cc6b1c625b8a93e8e55091f861e69831653b446c /widgets/table/e-table-config.h | |
parent | dc83cb0331bdf0372c3db677033bccd6e39de832 (diff) | |
download | gsoc2013-evolution-a014ee43098b151f622d10fca6fd426badfb16c6.tar.gz gsoc2013-evolution-a014ee43098b151f622d10fca6fd426badfb16c6.tar.zst gsoc2013-evolution-a014ee43098b151f622d10fca6fd426badfb16c6.zip |
Merging files:
2001-12-06 Christopher James Lahey <clahey@ximian.com>
* e-table-config.c, e-table-config.h (setup_gui): Set the title of
the window here.
* e-table-header-item.c (ethi_popup_customize_view): Use a useful
string for the header here.
svn path=/trunk/; revision=14975
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r-- | widgets/table/e-table-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h index d2b575eac0..b87aa14d64 100644 --- a/widgets/table/e-table-config.h +++ b/widgets/table/e-table-config.h @@ -52,6 +52,8 @@ typedef struct { typedef struct { GtkObject parent; + char *header; + /* * Our various dialog boxes */ |