1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug 2609 - Save Project when disk is full gives a second disk-full message

This commit is contained in:
Leland Lucius
2021-01-03 19:22:22 -06:00
parent 84c60beab6
commit 56c8bdcd24
2 changed files with 10 additions and 3 deletions

View File

@@ -317,7 +317,7 @@ bool ProjectFileManager::DoSave(const FilePath & fileName, const bool fromSaveAs
if (!success)
{
// Show this error only if we didn't fail reconnection in SaveProject
if (projectFileIO.HasConnection())
if (!projectFileIO.HasConnection())
ShowErrorDialog(
&window,
XO("Error Saving Project"),