]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
ws changes mostly
[lyx.git] / src / LaTeXFeatures.C
index 70ae8a47c93eaba06f16c1ffcf4f71b13a422057..3fbb86210256680a217ad596a8de41ea93c363b7 100644 (file)
@@ -84,6 +84,9 @@ void LaTeXFeatures::getAvailable()
        if (!lex.isOK()) 
                return;
 
+       // Make sure that we are clean
+       packages_.clear();
+       
        bool finished = false;
        // Parse config-file
        while (lex.isOK() && !finished) {