]> git.lyx.org Git - features.git/blobdiff - src/ModuleList.cpp
Thanks, Angus.
[features.git] / src / ModuleList.cpp
index 2de1cb014ceac32b2b8fa86a56ed71449310bff2..cd282ea70a5fdae65224c6700fde2ac140109d2d 100644 (file)
@@ -45,6 +45,7 @@ bool LyXModule::isAvailable() {
                return true;
        if (checked)
                return available;
+       checked = true;
        vector<string>::const_iterator it  = packageList.begin();
        vector<string>::const_iterator end = packageList.end(); 
        for (; it != end; ++it) {