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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user