mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Do not emit StateSaved signal for backup saves
StateSaved() is mainly used for updating window title and the snapshot list, unrelated to .pending or backup saves.
This commit is contained in:
parent
0b89d69de1
commit
9242bc55a5
1 changed files with 0 additions and 2 deletions
|
|
@ -930,8 +930,6 @@ Session::save_state (string snapshot_name, bool pending, bool switch_to_snapshot
|
|||
save_path, g_strerror (errno)) << endmsg;
|
||||
}
|
||||
}
|
||||
|
||||
StateSaved (snapshot_name); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
if (!pending && !for_archive) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue