ssg: wizard: WeblogConfigurationWizardController: perform template autodetection on static site wizard completion
This commit is contained in:
parent
29d4ac314c
commit
89fbbc1a3c
|
@ -647,6 +647,13 @@ namespace OpenLiveWriter.PostEditor.Configuration.Wizard
|
||||||
|
|
||||||
// Fill config into credentials
|
// Fill config into credentials
|
||||||
staticSiteConfig.SaveToCredentials(_temporarySettings.Credentials);
|
staticSiteConfig.SaveToCredentials(_temporarySettings.Credentials);
|
||||||
|
|
||||||
|
// Perform auto-detection
|
||||||
|
addWizardSubStep(new WizardAutoDetectionStep(
|
||||||
|
(IBlogClientUIContext)this,
|
||||||
|
_temporarySettings,
|
||||||
|
null,
|
||||||
|
new WizardSettingsAutoDetectionOperation(_editWithStyleStep)));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnStaticSiteConfigProviderDisplayed(Object stepControl)
|
private void OnStaticSiteConfigProviderDisplayed(Object stepControl)
|
||||||
|
|
Loading…
Reference in New Issue