diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-04-06 16:00:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-04-06 16:00:35 +0800 |
commit | fe016cce581d311c97652e08fbd7bfcb4042bbe4 (patch) | |
tree | 8868c23051b29368e66a0801f819066dd02bcfa4 /widgets/table/test-table.c | |
parent | ed50119936e0f078a21ea35e6bbe15b503063574 (diff) | |
download | gsoc2013-evolution-fe016cce581d311c97652e08fbd7bfcb4042bbe4.tar gsoc2013-evolution-fe016cce581d311c97652e08fbd7bfcb4042bbe4.tar.gz gsoc2013-evolution-fe016cce581d311c97652e08fbd7bfcb4042bbe4.tar.bz2 gsoc2013-evolution-fe016cce581d311c97652e08fbd7bfcb4042bbe4.tar.lz gsoc2013-evolution-fe016cce581d311c97652e08fbd7bfcb4042bbe4.tar.xz gsoc2013-evolution-fe016cce581d311c97652e08fbd7bfcb4042bbe4.tar.zst gsoc2013-evolution-fe016cce581d311c97652e08fbd7bfcb4042bbe4.zip |
Got rid of some warnings.
2000-04-06 Christopher James Lahey <clahey@helixcode.com>
* test-cols.c, test-table.c: Got rid of some warnings.
* e-table-group-container.c, e-table-group-container.h,
e-table-group-leaf.c, e-table-group-leaf.h, e-table-group.c,
e-table-group.h, e-table-header-item.c, e-table-header-item.h,
e-table-sort-info.c, e-table-sort-info.h,
e-table-sorted-variable.c, e-table-sorted-variable.h, e-table.c,
e-table.h: Changed ETableSortInfo to not use xml internally.
svn path=/trunk/; revision=2305
Diffstat (limited to 'widgets/table/test-table.c')
-rw-r--r-- | widgets/table/test-table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/test-table.c b/widgets/table/test-table.c index 0fd086681c..2ff657c863 100644 --- a/widgets/table/test-table.c +++ b/widgets/table/test-table.c @@ -17,6 +17,7 @@ #include "e-table-item.h" #include "e-cell-text.h" #include "e-table.h" +#include "e-table-config.h" #include "table-test.h" @@ -346,7 +347,7 @@ do_e_table_demo (const char *spec) gtk_widget_show (window); if (getenv ("TEST")){ - e_table_do_gui_config (NULL, e_table); + e_table_do_gui_config (NULL, E_TABLE(e_table)); } } |