summaryrefslogtreecommitdiff
path: root/math/gnumeric/patches/patch-ab
blob: 4f8fcf05b13fa204e81f1d60ea1e552c0036fa22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.12 2006/09/19 17:45:50 wiz Exp $

Patch from jsacco@garnome.

--- plugins/gda/plugin-gda.c.orig	2005-08-09 11:49:36.000000000 +0000
+++ plugins/gda/plugin-gda.c
@@ -62,11 +62,11 @@ display_recordset (GdaDataModel *recset,
 	for (row = 0; row < rowcount; row++) {
 		for (col = 0; col < fieldcount; col++) {
 			gchar *str;
-			const GdaValue *value;
+			const GValue *value;
 
 			value = gda_data_model_get_value_at (GDA_DATA_MODEL (recset),
 							     col, row);
-			str = gda_value_stringify ((GdaValue *) value);
+			str = gda_value_stringify (value);
 			value_array_set (array,
 					 col,
 					 row,