If a user drops a file and tries to print but gets an error, they have to re-drop...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 15 Apr 2009 14:55:29 +0000 (10:55 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 15 Apr 2009 14:55:29 +0000 (10:55 -0400)
* Source/AppController.m:
(setStatus:isError:): If the status is an error, re-enable the goButton

Source/AppController.m

index 6e902c280f42adc69be71df11c5be1f7772d64d8..8ff2256a50d56f3c2405cb9cbc2dfcaa1942a76a 100644 (file)
@@ -66,6 +66,7 @@
        {
                [status setTextColor:[NSColor redColor]];
                [progress stopAnimation:self];
+               [goButton setEnabled:YES];
        }
        else
        {