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-header-item.c | |
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-header-item.c')
-rw-r--r-- | widgets/table/e-table-header-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index af117566e4..320cfe14a7 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -887,7 +887,7 @@ draw_button (ETableHeaderItem *ethi, ETableCol *col, if (col->pixbuf){ if ((gdk_pixbuf_get_width (col->pixbuf) + MIN_ARROW_SIZE + 4) > width) return; - } + } } static void |