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
@ -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…
Reference in New Issue
Block a user