From a19cb684220556dcc239fbe9834095de63d15fec Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 18 Oct 2000 08:39:27 +0000 Subject: Moved the glade file directories. 2000-10-18 Christopher James Lahey * Makefile.am: Moved the glade file directories. * e-table-header-item.c: Removed an unused variable. svn path=/trunk/; revision=5982 --- widgets/table/e-table-header-item.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'widgets/table') diff --git a/widgets/table/e-table-header-item.c b/widgets/table/e-table-header-item.c index 4e969c0f4d..af117566e4 100644 --- a/widgets/table/e-table-header-item.c +++ b/widgets/table/e-table-header-item.c @@ -17,6 +17,7 @@ #include #include "gal/widgets/e-cursors.h" #include "gal/util/e-xml-utils.h" +#include "gal/widgets/e-canvas.h" #include "gal/widgets/e-popup-menu.h" #include "e-table-header.h" #include "e-table-header-item.h" @@ -828,7 +829,7 @@ draw_button (ETableHeaderItem *ethi, ETableCol *col, 0, 0); } else { int str_width, ellipsis_width, text_len; - int font_height, y_xtra; + int y_xtra; text_len = strlen (col->text); ellipsis_width = gdk_text_width (ethi->font, "...", 3); -- cgit v1.2.3