[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kresources/kolab/kcal
From:       Reinhold Kainhofer <reinhold () kainhofer ! com>
Date:       2005-07-30 11:44:03
Message-ID: 1122723843.174323.13546.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 440404 by kainhofe:

The recurrence also stores the start date/time, so don't use the recurrence's parent \
incidence (which will go away soon anyway).

 M  +1 -1      incidence.cpp  


--- branches/KDE/3.5/kdepim/kresources/kolab/kcal/incidence.cpp #440403:440404
@@ -530,7 +530,7 @@
     mRecurrence.cycle = "yearly";
     mRecurrence.type = "monthday";
     QValueList<int> rmd = recur->yearDates();
-    int day = !rmd.isEmpty() ? rmd.first() : \
recur->parent()->dtStart().date().day(); +    int day = !rmd.isEmpty() ? rmd.first() \
: recur->startDate().day();  mRecurrence.dayNumber = QString::number( day );
     QValueList<int> months = recur->yearMonths();
     if ( !months.isEmpty() )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic