[gnumeric] sample_datasource.c: remove argument names from GnmFuncDescriptor



commit ae6fefdac978af1461aef40e65b1b7b5ec1f58c1
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Sat Aug 15 09:40:48 2009 -0600

    sample_datasource.c: remove argument names from GnmFuncDescriptor
    
    2009-08-15  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* sample_datasource.c: remove argument names from GnmFuncDescriptor

 plugins/sample_datasource/ChangeLog           |    4 ++++
 plugins/sample_datasource/sample_datasource.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 294a102..df050ce 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-15  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* sample_datasource.c: remove argument names from GnmFuncDescriptor
+
 2009-06-30  Morten Welinder  <terra gnome org>
 
 	* sample_datasource.c (ATL_LAST): update to new help.
diff --git a/plugins/sample_datasource/sample_datasource.c b/plugins/sample_datasource/sample_datasource.c
index 0262dce..12d4b9d 100644
--- a/plugins/sample_datasource/sample_datasource.c
+++ b/plugins/sample_datasource/sample_datasource.c
@@ -275,7 +275,7 @@ static GnmFuncHelp const help_atl_last[] = {
 };
 
 GnmFuncDescriptor const ATL_functions[] = {
-	{"atl_last", "s", "tag", help_atl_last, atl_last, NULL, atl_last_link, atl_last_unlink },
+	{"atl_last", "s", help_atl_last, atl_last, NULL, atl_last_link, atl_last_unlink },
 
 	{NULL}
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]