Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(255)

Unified Diff: Vermilion/Vermilion/HGSGDataUploadAction.m

Issue 4675073: Fix up build Base URL: http://qsb-mac.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Vermilion/Vermilion/HGSGDataServiceSource.m ('k') | Vermilion/Vermilion/HGSIconProvider.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Vermilion/Vermilion/HGSGDataUploadAction.m
===================================================================
--- Vermilion/Vermilion/HGSGDataUploadAction.m (revision 1083)
+++ Vermilion/Vermilion/HGSGDataUploadAction.m (working copy)
@@ -320,7 +320,7 @@
[uploadService setUserCredentialsWithUsername:username
password:password];
[uploadService setUserAgent:@"google-qsb-1.0"];
- [uploadService setShouldCacheDatedData:YES];
+ [uploadService setShouldCacheResponseData:YES];
[uploadService setServiceShouldFollowNextLinks:YES];
[uploadService setIsServiceRetryEnabled:YES];
SEL progressSel = @selector(inputStream:bytesSent:totalBytes:);
« no previous file with comments | « Vermilion/Vermilion/HGSGDataServiceSource.m ('k') | Vermilion/Vermilion/HGSIconProvider.m » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b