Ben Copsey

Fix bug in Mac sample: Clear requestDidFinishSelector when downloading images, s…

…ince we are reusing the queue
This is exactly why a shared queue can be dangerous... :)
... ... @@ -100,6 +100,7 @@
[imageView3 setImage:nil];
[networkQueue cancelAllOperations];
[networkQueue setRequestDidFinishSelector:NULL];
[networkQueue setDownloadProgressDelegate:progressIndicator];
[networkQueue setDelegate:self];
[networkQueue setShowAccurateProgress:([showAccurateProgress state] == NSOnState)];
... ...