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

List:       kde-commits
Subject:    proko2: kdepim/kresources/kolab/kcal
From:       Till Adam <adam () kde ! org>
Date:       2005-03-22 19:56:28
Message-ID: 20050322195628.3B3993C3 () office ! kde ! org
[Download RAW message or body]

CVS commit by tilladam: 

Hm, this was fixed in HEAD, it seems.


  M +1 -1      incidence.cpp   1.1.2.31


--- kdepim/kresources/kolab/kcal/incidence.cpp  #1.1.2.30:1.1.2.31
@@ -531,5 +531,5 @@ void Incidence::setRecurrence( KCal::Rec
     mRecurrence.type = "monthday";
     QPtrList<int> rmd = recur->monthDays();
-    int day = !rmd.isEmpty() ? day = *rmd.first() : day = recur->parent()->dtStart().date().day();
+    int day = !rmd.isEmpty() ? *rmd.first() : recur->parent()->dtStart().date().day();
     mRecurrence.dayNumber = QString::number( day );
     QPtrList<int> months = recur->yearNums();


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

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