diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-18 16:39:27 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-18 16:39:27 +0800 |
commit | a19cb684220556dcc239fbe9834095de63d15fec (patch) | |
tree | 173c35bcc45f60f534cc49e8a68d96d862a02a26 /widgets/table | |
parent | ee5eeb1dd21eee94538ffafe27cb58bc80d0d306 (diff) | |
download | gsoc2013-evolution-a19cb684220556dcc239fbe9834095de63d15fec.tar gsoc2013-evolution-a19cb684220556dcc239fbe9834095de63d15fec.tar.gz gsoc2013-evolution-a19cb684220556dcc239fbe9834095de63d15fec.tar.bz2 gsoc2013-evolution-a19cb684220556dcc239fbe9834095de63d15fec.tar.lz gsoc2013-evolution-a19cb684220556dcc239fbe9834095de63d15fec.tar.xz gsoc2013-evolution-a19cb684220556dcc239fbe9834095de63d15fec.tar.zst gsoc2013-evolution-a19cb684220556dcc239fbe9834095de63d15fec.zip |
Moved the glade file directories.
2000-10-18 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Moved the glade file directories.
* e-table-header-item.c: Removed an unused variable.
svn path=/trunk/; revision=5982
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-table-header-item.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <gdk-pixbuf/gdk-pixbuf.h> #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); |