Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / kdepim3 / patches / patch-at
blobf04c78dc76a162c2e6d3537630a727c4c17d584d
1 $NetBSD$
3 --- kontact/plugins/specialdates/sdsummarywidget.cpp.orig       2006-10-01 17:30:38.000000000 +0000
4 +++ kontact/plugins/specialdates/sdsummarywidget.cpp
5 @@ -438,7 +438,7 @@ void SDSummaryWidget::updateView()
6  
7        //Muck with the year -- change to the year 'daysTo' days away
8        int year = currentDate.addDays( (*addrIt).daysTo ).year();
9 -      QDate sD = QDate::QDate( year,
10 +      QDate sD = QDate( year,
11                             (*addrIt).date.month(), (*addrIt).date.day() );
13        if ( (*addrIt).daysTo == 0 ) {