Skip to content

Commit

Permalink
Print idle when task stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
nikreiman committed May 14, 2012
1 parent b598697 commit ec0d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src/PostToSally/AppDelegate.m
Expand Up @@ -43,7 +43,7 @@ - (void)startTask:(NSString *)task {
}

- (void)stopTask {
[_statusTextField setStringValue:@""];
[_statusTextField setStringValue:@"Idle"];
}

#define LIVE_GIT_OPERATIONS 1
Expand Down

0 comments on commit ec0d852

Please sign in to comment.