aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-model.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1999-11-19 16:18:48 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-11-19 16:18:48 +0800
commit794f39a5d690344364ab5fb16872fb2950d6cedc (patch)
tree428ecb6329616a52bbd1862da4058ba057a218d4 /widgets/table/e-table-model.c
parentda4c37043ecbd7f1c74315f88db36dfa195d6c64 (diff)
downloadgsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar
gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.gz
gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.bz2
gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.lz
gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.xz
gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.tar.zst
gsoc2013-evolution-794f39a5d690344364ab5fb16872fb2950d6cedc.zip
More work -mig
svn path=/trunk/; revision=1420
Diffstat (limited to 'widgets/table/e-table-model.c')
-rw-r--r--widgets/table/e-table-model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-model.c b/widgets/table/e-table-model.c
index e7c591c345..de7bc67c51 100644
--- a/widgets/table/e-table-model.c
+++ b/widgets/table/e-table-model.c
@@ -126,7 +126,7 @@ e_table_model_height (ETableModel *etable)
size = 0;
for (i = 0; i < rows; i++)
- size += e_table_model_row_height (etable, i);
+ size += e_table_model_row_height (etable, i) + 1;
return size;
}