From 289d2c34a07365b18a44dc986beb37744f84e997 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 25 Apr 2002 00:20:24 +0000 Subject: Changed this to match the new e_table_memory_store_insert function 2002-04-24 Christopher James Lahey * e-table-config.c (create_global_store): Changed this to match the new e_table_memory_store_insert function prototype. svn path=/trunk/; revision=16579 --- widgets/table/e-table-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/table/e-table-config.c b/widgets/table/e-table-config.c index 6b9ec94159..cd9a3359ba 100644 --- a/widgets/table/e-table-config.c +++ b/widgets/table/e-table-config.c @@ -492,7 +492,7 @@ create_global_store (ETableConfig *config) global_store = e_table_memory_store_new (store_columns); for (i = 0; config->source_spec->columns[i]; i++) { - e_table_memory_store_insert (E_TABLE_MEMORY_STORE (global_store), i, (void **) &config->source_spec->columns[i]->title, NULL); + e_table_memory_store_insert (E_TABLE_MEMORY_STORE (global_store), i, NULL, config->source_spec->columns[i]->title); } } -- cgit v1.2.3