1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

Fix NPE when working with both default and delegate wizards

This commit is contained in:
Martin Oberhuber 2006-07-10 15:09:26 +00:00
parent ffbaae2bf1
commit 25a6c26d74

View file

@ -551,7 +551,7 @@ public class RSEDefaultNewConnectionWizardDelegate extends RSENewConnectionWizar
public void systemTypeChanged(IRSESystemType systemType) {
setSystemType(systemType);
restrictSystemType(systemType.getName());
mainPage.setTitle(getPageTitle());
getMainPage().setTitle(getPageTitle());
subsystemFactorySuppliedWizardPages = getAdditionalWizardPages(systemType.getName());
}
}