summaryrefslogtreecommitdiff
path: root/muse2/muse/song.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/song.cpp')
-rw-r--r--muse2/muse/song.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/song.cpp b/muse2/muse/song.cpp
index 42c9ce77..6b9c7e09 100644
--- a/muse2/muse/song.cpp
+++ b/muse2/muse/song.cpp
@@ -1076,7 +1076,7 @@ void Song::setRecord(bool f, bool autoRecEnable)
if(debugMsg)
printf("setRecord recordflag =%d f(record state)=%d autoRecEnable=%d\n", recordFlag, f, autoRecEnable);
- if (f && museProject == museProjectInitPath ) { // check that there is a project stored before commencing
+ if (f && config.useProjectSaveDialog && museProject == museProjectInitPath ) { // check that there is a project stored before commencing
// no project, we need to create one.
if (!muse->saveAs())
return; // could not store project, won't enable record