diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-08 15:07:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-08 15:07:21 +0800 |
commit | 2f3245408c26ebef806b0824a1f5885b15529fce (patch) | |
tree | d03313d46f7338dd2fbfb94c22f07e31e1b0ddf4 /widgets/e-table/Makefile.am | |
parent | e1ef78b8f4d27c83c4d281bf18980b9acf8568b7 (diff) | |
download | gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.gz gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.bz2 gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.lz gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.xz gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.tar.zst gsoc2013-evolution-2f3245408c26ebef806b0824a1f5885b15529fce.zip |
More work on the Field Chooser. Not quite done yet.
2000-06-08 Christopher James Lahey <clahey@helixcode.com>
* e-table-field-chooser-dialog.c, e-table-field-chooser-dialog.h,
e-table-field-chooser-item.c, e-table-field-chooser.c,
e-table-field-chooser.glade, e-table-field-chooser.h,
e-table-header-item.c, e-table.c: More work on the Field Chooser.
Not quite done yet.
svn path=/trunk/; revision=3475
Diffstat (limited to 'widgets/e-table/Makefile.am')
-rw-r--r-- | widgets/e-table/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index dc3dc0b526..bb0cc97edb 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -13,7 +13,7 @@ glade_headers = \ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) \ - -DETABLE_GLADEDIR=\""$(gladedir)"\" \ + -DETABLE_GLADEDIR=\"$(gladedir)\" \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ |