Author: scabanovich
Date: 2011-02-03 06:09:00 -0500 (Thu, 03 Feb 2011)
New Revision: 28961
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/editor/TilesCompoundEditor.java
Log:
JBIDE-8316
https://issues.jboss.org/browse/JBIDE-8316
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/editor/TilesCompoundEditor.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/editor/TilesCompoundEditor.java 2011-02-03
10:59:00 UTC (rev 28960)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/editor/TilesCompoundEditor.java 2011-02-03
11:09:00 UTC (rev 28961)
@@ -63,7 +63,7 @@
protected void createGuiPage() {
guiEditor = new TilesGuiEditor();
try {
- int index = addPage(guiEditor, guiEditor.getEditorInput());
+ int index = addPage(guiEditor, getEditorInput());
setPageText(index, WebUIMessages.DIAGRAM);
guiEditor.setInput(input);
selectionProvider.setHost(guiEditor.getSelectionProvider());