aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-cell.h')
-rw-r--r--e-util/e-cell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-cell.h b/e-util/e-cell.h
index 390d4b07ac..8f0cc335d3 100644
--- a/e-util/e-cell.h
+++ b/e-util/e-cell.h
@@ -285,12 +285,12 @@ void e_cell_load_state (ECellView *ecell_view,
gint view_col,
gint row,
gpointer edit_context,
- gpointer state);
+ gpointer save_state);
void e_cell_free_state (ECellView *ecell_view,
gint model_col,
gint view_col,
gint row,
- gpointer state);
+ gpointer save_state);
G_END_DECLS