[gnumeric] Names: fix last fix.



commit 92df208a5bc7424471638f0ad1f2dcf931d1349e
Author: Morten Welinder <terra gnome org>
Date:   Sun May 22 15:30:11 2011 -0400

    Names: fix last fix.

 src/expr-name.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/expr-name.c b/src/expr-name.c
index 76d116e..a99edc2 100644
--- a/src/expr-name.c
+++ b/src/expr-name.c
@@ -992,7 +992,7 @@ cb_expr_name_in_use (G_GNUC_UNUSED const char *name,
 		return;
 
 	pdata->in_use =
-		do_expr_name_loop_check (NULL, nexpr,
+		do_expr_name_loop_check (NULL, pdata->nexpr,
 					 nexpr->texpr->expr, TRUE);
 }
 



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