From df8b7f52ce49c8c735981da718c7a81b05345977 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Thu, 23 Jul 2020 21:30:09 -0500 Subject: [PATCH] AUP3: Let's try using just the active projects list --- src/AutoRecoveryDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoRecoveryDialog.cpp b/src/AutoRecoveryDialog.cpp index 293167ec5..93a3bea51 100644 --- a/src/AutoRecoveryDialog.cpp +++ b/src/AutoRecoveryDialog.cpp @@ -138,7 +138,7 @@ void AutoRecoveryDialog::PopulateList() wxString pattern = wxT("*.") + FileNames::UnsavedProjectExtension(); FilePaths files; - wxDir::GetAllFiles(tempdir, &files, pattern, wxDIR_FILES); +// wxDir::GetAllFiles(tempdir, &files, pattern, wxDIR_FILES); FilePaths active = ActiveProjects::GetAll();