13
0

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:
Robin Gareus 2020-07-17 16:54:55 +02:00
parent 0b89d69de1
commit 9242bc55a5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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) {