Skip to content

Commit

Permalink
Do not hide input file
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed May 31, 2012
1 parent 7d654ee commit 7974b0a
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -87,11 +87,6 @@ public Object execute(ExecutionEvent event) throws ExecutionException {

IBalloonManager balloon = Activator.getDefault().getJavaBalloonManager();
for ( IFile input : inputFiles ) {
try {
input.setHidden( true );
} catch ( CoreException e ) {
logger.warn( e.getMessage(), e );
}
balloon.generate3Dcoordinates( input, new BioclipseUIJob<IFile>() {

@Override
Expand Down

0 comments on commit 7974b0a

Please sign in to comment.