]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
At least for now, this has to be done differently.
[lyx.git] / src / LyX.cpp
index 3445dfdc3721494a0f7cdf7dcf3179d5182682ac..b6dde89ed3592d67003b31680062d70c66ec07c1 100644 (file)
@@ -370,6 +370,9 @@ void LyX::prepareExit()
        cap::clearCutStack();
        cap::clearSelection();
 
+       // Write the index file of the converter cache
+       ConverterCache::get().writeIndex();
+
        // close buffers first
        pimpl_->buffer_list_.closeAll();