Navigation Menu

Skip to content

Commit

Permalink
switched to non-deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Apr 17, 2012
1 parent 9aad01f commit 8fb23ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ public void postStartup() {
.getActivePage().showView( "net.bioclipse.navigator" );
}
catch ( PartInitException e1 ) {
LogUtils.handleException( e1, logger );
LogUtils.handleException( e1, logger, "net.bioclipse.ui" );
}

CommonNavigator nav = (CommonNavigator) PlatformUI.getWorkbench()
Expand Down

0 comments on commit 8fb23ec

Please sign in to comment.