diff --git a/src/GcCalendarModel.h b/src/GcCalendarModel.h index 977347d66..89fe2ef0d 100644 --- a/src/GcCalendarModel.h +++ b/src/GcCalendarModel.h @@ -85,7 +85,7 @@ public slots: rows = ndays / 7; - filenameIndex = dateIndex = durationIndex = -1; + textIndex = colorIndex = filenameIndex = dateIndex = durationIndex = -1; columns.clear(); for (int i=0; icolumnCount(); i++) { QString column = sourceModel()->headerData (i, Qt::Horizontal, Qt::DisplayRole).toString();