diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-12 16:41:20 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-11-12 16:41:20 +0800 |
commit | 43fd06f8ec06257cbd135b03c5e203dfcd134fd4 (patch) | |
tree | 2053caff6b2865f07df3fd1c7793024e79686fae /widgets/e-table-model.c | |
parent | 15b4b77c8ae5dabda4e3c4eb30e4345d5effdfb1 (diff) | |
download | gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.gz gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.bz2 gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.lz gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.xz gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.tar.zst gsoc2013-evolution-43fd06f8ec06257cbd135b03c5e203dfcd134fd4.zip |
More table work
svn path=/trunk/; revision=1383
Diffstat (limited to 'widgets/e-table-model.c')
-rw-r--r-- | widgets/e-table-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table-model.c b/widgets/e-table-model.c index 868664cf08..646aee77bd 100644 --- a/widgets/e-table-model.c +++ b/widgets/e-table-model.c @@ -40,7 +40,7 @@ e_table_model_value_at (ETableModel *etable, int col, int row) void e_table_model_set_value_at (ETableModel *etable, int col, int row, void *data) { - return ETM_CLASS (etable)->set_value_at (etable, col, row); + return ETM_CLASS (etable)->set_value_at (etable, col, row, data); } gboolean |