[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-07-25 13:41:20
Message-ID: 1122298880.079821.17097.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 438600 by wstephens:

Update the calendar reading algorithm, so that the calendar is fetched completely

 M  +1 -2      gwjobs.cpp  


--- trunk/KDE/kdepim/kresources/groupwise/soap/gwjobs.cpp #438599:438600
@@ -559,7 +559,7 @@
       }
       readItems += readCursorResponse.items->item.size();
       kdDebug() << " just read " << readCursorResponse.items->item.size() << " items" << endl;
-      if ( readCursorResponse.items->item.size() < readChunkSize )
+      if ( readCursorResponse.items->item.size() == 0 )
         break;
     }
     else
@@ -575,7 +575,6 @@
   destReq.container = id;
   destReq.cursor = cursor;
   mSoap->header->ngwt__session = mSession;
-  kdDebug() << "sending destroy calendar cursor request with session: " << mSession.c_str() << endl;
   if ( soap_call___ngw__destroyCursorRequest( mSoap, mUrl.latin1(), 0,
                                     &destReq,
                                     &destResp ) != SOAP_OK )
[prev in list] [next in list] [prev in thread] [next in thread] 

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