diff options
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/templatelayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/templatelayout.cpp b/desktop-widgets/templatelayout.cpp index 5bef7b172..e91441d18 100644 --- a/desktop-widgets/templatelayout.cpp +++ b/desktop-widgets/templatelayout.cpp @@ -208,7 +208,7 @@ QString TemplateLayout::generateStatistics() int i = 0; stats_summary_auto_free stats; - calculate_stats_summary(&stats); + calculate_stats_summary(&stats, false); while (stats.stats_yearly != NULL && stats.stats_yearly[i].period) { YearInfo year(stats.stats_yearly[i]); years.append(QVariant::fromValue(year)); |