Author: vyemialyanchyk
Date: 2008-04-01 11:30:14 -0400 (Tue, 01 Apr 2008)
New Revision: 7250
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/ReverseEngineeringEditor.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1981
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/ReverseEngineeringEditor.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/ReverseEngineeringEditor.java 2008-04-01
15:29:25 UTC (rev 7249)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/ReverseEngineeringEditor.java 2008-04-01
15:30:14 UTC (rev 7250)
@@ -121,6 +121,8 @@
i++;
int activePageIndex =
getPreferenceStore().getInt(IXMLPreferenceNames.LAST_ACTIVE_PAGE);
+ // firstly init overview page with configuration
+ setActivePage(0);
if ((activePageIndex >= 0) && (activePageIndex < getPageCount())) {
setActivePage(activePageIndex);
}