Kaydet (Commit) 831c0088 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

Revert "Fix commit 4959f369"

This reverts commit d6d5f680.
üst d6d5f680
...@@ -628,7 +628,7 @@ void Application::InitSettings() ...@@ -628,7 +628,7 @@ void Application::InitSettings()
{ {
ImplSVData* pSVData = ImplGetSVData(); ImplSVData* pSVData = ImplGetSVData();
assert(pSVData->maAppData.mpSettings); // initialization should not happen twice! assert(!pSVData->maAppData.mpSettings); // initialization should not happen twice!
pSVData->maAppData.mpCfgListener = new LocaleConfigurationListener; pSVData->maAppData.mpCfgListener = new LocaleConfigurationListener;
pSVData->maAppData.mpSettings = new AllSettings(); pSVData->maAppData.mpSettings = new AllSettings();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment