mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Bug 2470 - Modules may not be found if earlier version failed
This commit is contained in:
parent
815e655a5e
commit
e861598f99
@ -249,6 +249,9 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler)
|
||||
wxString prefix = audacityPathList[i] + wxFILE_SEP_PATH;
|
||||
FileNames::AddUniquePathToPathList(prefix + wxT("modules"),
|
||||
pathList);
|
||||
if (files.size()) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user