diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-table-without.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-without.c b/widgets/table/e-table-without.c index 49309802e9..1045906de2 100644 --- a/widgets/table/e-table-without.c +++ b/widgets/table/e-table-without.c @@ -348,7 +348,7 @@ e_table_without_show_all (ETableWithout *etw) } etw->priv->hash = g_hash_table_new (etw->priv->hash_func, etw->priv->compare_func); - row_count = e_table_model_row_count (E_TABLE_MODEL(etw)); + row_count = e_table_model_row_count (E_TABLE_MODEL(etss->source)); g_free (etss->map_table); etss->map_table = g_new (int, row_count); |