Author: scabanovich
Date: 2011-03-10 19:13:55 -0500 (Thu, 10 Mar 2011)
New Revision: 29696
Modified:
branches/jbosstools-3.2.x/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:
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/editor/TilesCompoundEditor.java
===================================================================
---
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/editor/TilesCompoundEditor.java 2011-03-10
23:44:15 UTC (rev 29695)
+++
branches/jbosstools-3.2.x/jst/plugins/org.jboss.tools.jst.web.tiles.ui/src/org/jboss/tools/jst/web/tiles/ui/editor/TilesCompoundEditor.java 2011-03-11
00:13:55 UTC (rev 29696)
@@ -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());