From dad8b5c1ee23837f1d744a4f1beed0b0e0cfad48 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 15 Apr 2009 10:55:29 -0400 Subject: [PATCH] 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 --- Source/AppController.m | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.22.5