aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/e-sorter-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-sorter-array.c b/e-util/e-sorter-array.c
index ecbdb23198..0bd0cac149 100644
--- a/e-util/e-sorter-array.c
+++ b/e-util/e-sorter-array.c
@@ -202,7 +202,7 @@ e_sorter_array_append (ESorterArray *esa, int count)
esa->rows ++;
}
} else {
- esa->rows = count;
+ esa->rows += count;
}
}