From 9242bc55a5f8c6d533ae205ff99d931dc891c44c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 17 Jul 2020 16:54:55 +0200 Subject: [PATCH] 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. --- libs/ardour/session_state.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 5af5f1954d..ab18b904fc 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -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) {