X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FModuleList.cpp;h=cd282ea70a5fdae65224c6700fde2ac140109d2d;hb=8f1153820a8733e0cf67097009cd66491aaaec67;hp=2de1cb014ceac32b2b8fa86a56ed71449310bff2;hpb=06e1d50c7ef8aeaf8f7844d4100be8ed766ee33e;p=features.git diff --git a/src/ModuleList.cpp b/src/ModuleList.cpp index 2de1cb014c..cd282ea70a 100644 --- a/src/ModuleList.cpp +++ b/src/ModuleList.cpp @@ -45,6 +45,7 @@ bool LyXModule::isAvailable() { return true; if (checked) return available; + checked = true; vector::const_iterator it = packageList.begin(); vector::const_iterator end = packageList.end(); for (; it != end; ++it) {