[gnumeric] Compilation: fix warning and excess argument.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Compilation: fix warning and excess argument.
- Date: Mon, 10 Sep 2012 19:41:39 +0000 (UTC)
commit fa0d2d0856aa1c136f219187bbe6ab0196ce7377
Author: Morten Welinder <terra gnome org>
Date: Mon Sep 10 15:41:14 2012 -0400
Compilation: fix warning and excess argument.
src/tools/tabulate.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/tools/tabulate.c b/src/tools/tabulate.c
index 15f03a3..c93ad80 100644
--- a/src/tools/tabulate.c
+++ b/src/tools/tabulate.c
@@ -44,6 +44,7 @@
#include "sheet-style.h"
#include "style-color.h"
#include "mathfunc.h"
+#include "application.h"
static GnmValue *
@@ -265,7 +266,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]