Skip to content

Commit

Permalink
fix pelican double init.py issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nxi committed Jul 31, 2017
1 parent e8fff3c commit 0e9466a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -210,7 +210,7 @@ public void windowActivated(IWorkbenchWindow window) {
mmManager.showPerspectiveOnOpenedWindow(ID_PERSPECTIVE_SCRIPTING, 1, 1, mmManager.isMultiMonitorSystem());
}
// // position it
ScriptPageRegister register = new ScriptPageRegister();
// ScriptPageRegister register = new ScriptPageRegister();
// try {
// ScriptingPerspective.registerViews(register);
// } catch (PartInitException e) {
Expand Down

0 comments on commit 0e9466a

Please sign in to comment.