diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 16:15:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 16:15:42 -0600 |
commit | d5b298be14c173d62e8fbc6a3803ba8f657f3dcb (patch) | |
tree | 3b542e6db3d76b64d4d58b49381328fae2035122 /kresources/groupwise/soap/gwjobs.cpp | |
parent | 716a5de8870d7c02bb4d0aed72f30291b17b763a (diff) | |
download | tdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.tar.gz tdepim-d5b298be14c173d62e8fbc6a3803ba8f657f3dcb.zip |
Fix a few strings that contain Status
Diffstat (limited to 'kresources/groupwise/soap/gwjobs.cpp')
-rw-r--r-- | kresources/groupwise/soap/gwjobs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kresources/groupwise/soap/gwjobs.cpp b/kresources/groupwise/soap/gwjobs.cpp index 47aa67745..4e4d1b28f 100644 --- a/kresources/groupwise/soap/gwjobs.cpp +++ b/kresources/groupwise/soap/gwjobs.cpp @@ -465,7 +465,7 @@ void ReadCalendarJob::readCalendarFolder( const std::string &id, ReadItemCounts itemsRequest.container = id; std::string *str = soap_new_std__string( mSoap, -1 ); - str->append( "startDate endDate subject alarm allDayEvent place timezone iCalId recipients message recipienStatus recurrenceKey" ); + str->append( "startDate endDate subject alarm allDayEvent place timezone iCalId recipients message recipientStatus recurrenceKey" ); itemsRequest.view = str; itemsRequest.filter = 0; itemsRequest.items = 0; @@ -525,7 +525,7 @@ void ReadCalendarJob::readCalendarFolder( const std::string &id, ReadItemCounts cursorRequest.container = id; #if 1 cursorRequest.view = soap_new_std__string( mSoap, -1 ); - cursorRequest.view->append( "default message recipients attachments recipienStatus peek completed status" /*"container status source security distribution acceptLevel startDate endDate subject alarm allDayEvent place timezone iCalId recipients message recurrenceKey"*/ ); + cursorRequest.view->append( "default message recipients attachments recipientStatus peek completed status" /*"container status source security distribution acceptLevel startDate endDate subject alarm allDayEvent place timezone iCalId recipients message recurrenceKey"*/ ); #else cursorRequest.view = 0; |