Revision 9bdd7a67

b/pithos-macos/PithosBrowserController.m
1223 1223
                              NSStringFromSelector(@selector(uploadDirectoryObjectFinished:)), @"didFinishSelector", 
1224 1224
                              NSStringFromSelector(@selector(requestFailed:)), @"didFailSelector", 
1225 1225
                              uploadNetworkQueue, @"networkQueue", 
1226
                              @"upload", @"queue", 
1226
                              @"upload", @"operationType", 
1227 1227
                              nil]];
1228 1228
                            if (previousObjectRequest)
1229 1229
                                [objectRequest addDependency:previousObjectRequest];
......
1265 1265
                                  NSStringFromSelector(@selector(uploadObjectUsingHashMapFinished:)), @"didFinishSelector", 
1266 1266
                                  NSStringFromSelector(@selector(requestFailed:)), @"didFailSelector", 
1267 1267
                                  uploadNetworkQueue, @"networkQueue", 
1268
                                  @"upload", @"queue", 
1268
                                  @"upload", @"operationType", 
1269 1269
                                  nil]];
1270 1270
                                if (destinationNode.sharingAccount)
1271 1271
                                    [(NSMutableDictionary *)objectRequest.userInfo setObject:destinationNode.sharingAccount forKey:@"sharingAccount"];
b/pithos-macos/pithos-macos-Info.plist
17 17
	<key>CFBundlePackageType</key>
18 18
	<string>APPL</string>
19 19
	<key>CFBundleShortVersionString</key>
20
	<string>0.8</string>
20
	<string>0.8.1</string>
21 21
	<key>CFBundleSignature</key>
22 22
	<string>????</string>
23 23
	<key>CFBundleURLTypes</key>
......
32 32
		</dict>
33 33
	</array>
34 34
	<key>CFBundleVersion</key>
35
	<string>20120311a</string>
35
	<string>20120316a</string>
36 36
	<key>LSMinimumSystemVersion</key>
37 37
	<string>${MACOSX_DEPLOYMENT_TARGET}</string>
38 38
	<key>LSUIElement</key>

Also available in: Unified diff