Skip to content

Commit

Permalink
Stop continuously nagging the user with a bouncing GitX dock icon whe…
Browse files Browse the repository at this point in the history
…n the pull/push request is complete. With this change, the dock icon only bounces once.
  • Loading branch information
jphalip committed May 29, 2012
1 parent 349689e commit 5e58f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBRemoteProgressSheet.m
Expand Up @@ -287,6 +287,7 @@ - (void) showSuccessMessage
[info appendString:[self standardOutputDescription]];

[(NSWindowController<Messages>*)controller showMessageSheet:[self successTitle] infoText:info];
[NSApp cancelUserAttentionRequest: NSCriticalRequest];
}


Expand Down

0 comments on commit 5e58f51

Please sign in to comment.