From 9bf8ac3b79ce99b7f2ae49d3134984164fa728b3 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 19 Oct 2000 02:41:55 +0000 Subject: Fixed ETableFieldChooser row heights a bit. 2000-10-18 Christopher James Lahey * 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 --- widgets/table/e-table-header-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/table/e-table-header-item.c') 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 -- cgit