From: Robert Sesek Date: Wed, 15 Apr 2009 14:55:29 +0000 (-0400) Subject: If a user drops a file and tries to print but gets an error, they have to re-drop... X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=dad8b5c1ee23837f1d744a4f1beed0b0e0cfad48;p=printdrop.git If a user drops a file and tries to print but gets an error, they have to re-drop the file * Source/AppController.m: (setStatus:isError:): If the status is an error, re-enable the goButton --- diff --git a/Source/AppController.m b/Source/AppController.m index 6e902c2..8ff2256 100644 --- a/Source/AppController.m +++ b/Source/AppController.m @@ -66,6 +66,7 @@ { [status setTextColor:[NSColor redColor]]; [progress stopAnimation:self]; + [goButton setEnabled:YES]; } else {