Skip to content

Commit

Permalink
only show first time (as intended)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Sep 4, 2012
1 parent cb60215 commit 4ec0e7f
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -114,8 +114,10 @@ protected IStatus run( IProgressMonitor pm ) {
// non-deprecated way to do it.
JsThread.this.stop();
jsRunning[0] = false;
if (firstTime)
if (firstTime) {
popUpWarning();
firstTime = false;
}
return Status.CANCEL_STATUS;
}
}
Expand Down

0 comments on commit 4ec0e7f

Please sign in to comment.