[gnumeric] Recalc: clean up gnm_app_recalc conversion.



commit 5f1cc49f1ce93cb5ece118eb3448c97b44cb93d0
Author: Morten Welinder <terra gnome org>
Date:   Fri Aug 3 09:39:57 2012 -0400

    Recalc: clean up gnm_app_recalc conversion.

 src/tools/tabulate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tools/tabulate.c b/src/tools/tabulate.c
index 15f03a3..9663d98 100644
--- a/src/tools/tabulate.c
+++ b/src/tools/tabulate.c
@@ -265,7 +265,7 @@ do_tabulation (WorkbookControl *wbc,
 			cell_queue_recalc (data->cells[i]);
 		}
 		gnm_cell_eval (data->target);
-		gnm_app_recalc (wb);
+		gnm_app_recalc ();
 	}
 
 	g_free (values);



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