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

List:       kde-commits
Subject:    kdepim/kresources/kolab/kcal
From:       David Faure <faure () kde ! org>
Date:       2005-03-18 10:59:48
Message-ID: 20050318105948.5D95416DE8 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

forwardport 2nd half of fix for kolab issue688


  M +2 -2      incidence.cpp   1.14


--- kdepim/kresources/kolab/kcal/incidence.cpp  #1.13:1.14
@@ -537,5 +537,5 @@ void Incidence::setRecurrence( KCal::Rec
     QPtrList<int> months = recur->yearNums();
     if ( !months.isEmpty() )
-      mRecurrence.month = s_monthName[ *months.first() - 1 ]; // #### Kolab XML \
limitation +      mRecurrence.month = s_monthName[ *months.first() - 1 ]; // #### \
Kolab XML limitation: only one month specified  break;
   }
@@ -550,5 +550,5 @@ void Incidence::setRecurrence( KCal::Rec
     QPtrList<int> months = recur->yearNums();
     if ( !months.isEmpty() )
-      mRecurrence.month = s_monthName[ *months.first() ]; // #### Kolab XML \
limitation +      mRecurrence.month = s_monthName[ *months.first() - 1 ]; // #### \
                Kolab XML limitation: only one month specified
     const QPtrList<KCal::Recurrence::rMonthPos> &monthPositions = \
recur->yearMonthPositions();  if ( !monthPositions.isEmpty() ) {


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

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