[gnumeric] Fixed Python-loader build after GnmFuncDescriptor change.



commit f3a07e9cff387155fa0067cbfd0c277fd2c0a2f6
Author: Jean Brefort <jean brefort normalesup org>
Date:   Wed Jul 25 16:18:10 2012 +0200

    Fixed Python-loader build after GnmFuncDescriptor change.

 plugins/python-loader/ChangeLog       |    5 +++++
 plugins/python-loader/python-loader.c |    2 --
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 65e1ed1..f5bdfa6 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-25  Jean Brefort  <jean brefort normalesup org>
+
+	* python-loader.c (gplp_func_desc_load): fixed build after
+	GnmFuncDescriptor change.
+
 2012-07-15  Morten Welinder <terra gnome org>
 
 	* Release 1.11.5
diff --git a/plugins/python-loader/python-loader.c b/plugins/python-loader/python-loader.c
index 6ed817c..0da982b 100644
--- a/plugins/python-loader/python-loader.c
+++ b/plugins/python-loader/python-loader.c
@@ -599,7 +599,6 @@ gplp_func_desc_load (GOPluginService *service,
 			res->fn_args	= &call_python_function_args;
 			res->fn_nodes	= NULL;
 			res->linker	= NULL;
-			res->unlinker	= NULL;
 			res->impl_status = GNM_FUNC_IMPL_STATUS_UNIQUE_TO_GNUMERIC;
 			res->test_status = GNM_FUNC_TEST_STATUS_UNKNOWN;
 			return TRUE;
@@ -616,7 +615,6 @@ gplp_func_desc_load (GOPluginService *service,
 		res->fn_args	= NULL;
 		res->fn_nodes	= &call_python_function_nodes;
 		res->linker	= NULL;
-		res->unlinker	= NULL;
 		res->impl_status = GNM_FUNC_IMPL_STATUS_UNIQUE_TO_GNUMERIC;
 		res->test_status = GNM_FUNC_TEST_STATUS_UNKNOWN;
 		return TRUE;



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