Fix NullPointerException.

cusax-fix
Yana Stamcheva 18 years ago
parent 3cb8e67cdd
commit a406ce1d14

@ -152,7 +152,8 @@ public void pageNext()
ProtocolProviderService protocolProvider = wizard.finish();
this.wizardContainer.saveAccountWizard(protocolProvider, wizard);
if (protocolProvider != null)
this.wizardContainer.saveAccountWizard(protocolProvider, wizard);
this.wizardContainer.unregisterWizardPages();
this.wizardContainer.removeWizzardIcon();

Loading…
Cancel
Save