diff --git a/Src/xWorks/DictionaryExportService.cs b/Src/xWorks/DictionaryExportService.cs index 4fded0980d..10a47031d4 100644 --- a/Src/xWorks/DictionaryExportService.cs +++ b/Src/xWorks/DictionaryExportService.cs @@ -191,7 +191,7 @@ private void Dispose(bool disposing) { System.Diagnostics.Debug.WriteLineIf(!disposing, "****** Missing Dispose() call for " + GetType() + " ******"); if (disposing && m_currentClerk != null && !m_currentClerk.IsDisposed) - m_currentClerk.ActivateUI(true); + m_currentClerk.ActivateUI(true, false); } ~ClerkActivator()