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

List:       kde-commits
Subject:    KDE/kdepim/kresources/groupwise/soap
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2005-06-30 14:52:13
Message-ID: 1120143133.299528.1210.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 430223 by wstephens:

Calculate length of floating events on server correctly


 M  +2 -1      incidenceconverter.cpp  


--- trunk/KDE/kdepim/kresources/groupwise/soap/incidenceconverter.cpp #430222:430223
@@ -67,7 +67,8 @@
       event->setDtStart( QDate::fromString( QString::fromUtf8( \
appointment->startDay->c_str() ), Qt::ISODate ) );  
     if ( appointment->endDay != 0 )
-      event->setDtEnd( QDate::fromString( QString::fromUtf8( \
appointment->endDay->c_str() ), Qt::ISODate ) ); +      event->setDtEnd( \
QDate::fromString( QString::fromUtf8( appointment->endDay->c_str() ), Qt::ISODate \
).addDays( -1 ) ); +    kdDebug() << " all day event." << endl;
   }
   else
   {


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

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