提交 f277374d 编写于 作者: S Serge Rider

Connection properties dialog fix

上级 0c276af0
......@@ -138,7 +138,7 @@ public class EditConnectionWizard extends ConnectionWizard
WizardPrefPage wizardPage = new WizardPrefPage(prefPage, title, description);
prefPages.add(wizardPage);
if (prefPage instanceof IWorkbenchPropertyPage) {
((IWorkbenchPropertyPage) prefPage).setElement(dataSource);
((IWorkbenchPropertyPage) prefPage).setElement(originalDataSource);
}
addPage(wizardPage);
return wizardPage;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册