diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-19 10:41:55 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-19 10:41:55 +0800 |
commit | 9bf8ac3b79ce99b7f2ae49d3134984164fa728b3 (patch) | |
tree | af4fd95a3ce84e5090db1c53ae4e2ef8f916cb08 /widgets/table/e-table-field-chooser-item.h | |
parent | 948024d1120cb2d008fc71b1e0faf565e021ae6d (diff) | |
download | gsoc2013-evolution-9bf8ac3b79ce99b7f2ae49d3134984164fa728b3.tar.gz gsoc2013-evolution-9bf8ac3b79ce99b7f2ae49d3134984164fa728b3.tar.zst gsoc2013-evolution-9bf8ac3b79ce99b7f2ae49d3134984164fa728b3.zip |
Fixed ETableFieldChooser row heights a bit.
2000-10-18 Christopher James Lahey <clahey@helixcode.com>
* e-table-field-chooser-item.c, e-table-field-chooser-item.h:
Fixed ETableFieldChooser row heights a bit.
* e-table-header-item.c: Formatting clean up.
* e-table-state.c: Added saving of the version of the ETableState.
This way, if we change the format of an ETableState, we can detect
old version numbers.
svn path=/trunk/; revision=6016
Diffstat (limited to 'widgets/table/e-table-field-chooser-item.h')
-rw-r--r-- | widgets/table/e-table-field-chooser-item.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-table-field-chooser-item.h b/widgets/table/e-table-field-chooser-item.h index cc2a916a94..3951a9ae72 100644 --- a/widgets/table/e-table-field-chooser-item.h +++ b/widgets/table/e-table-field-chooser-item.h @@ -17,7 +17,6 @@ typedef struct { ETableHeader *full_header; double height, width; - double button_height; GdkFont *font; |