[P4/git history rebuild] curious commit. This was later added to Ardour. Unclear how it ended up here. But the reduced condition for _writable is, in fact, correct according to Ardour code as of May 27th 2014.

This commit is contained in:
Valeriy Kamyshniy 2014-05-27 21:58:11 -04:00 committed by Paul Davis
parent afec41c017
commit 12e69269c1

View file

@ -798,7 +798,7 @@ Session::load_state (string snapshot_name)
set_dirty();
_writable = exists_and_writable (xmlpath) && exists_and_writable(Glib::path_get_dirname(xmlpath));
_writable = exists_and_writable (xmlpath);
if (!state_tree->read (xmlpath)) {
error << string_compose(_("Could not understand session file %1"), xmlpath) << endmsg;