mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
[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:
parent
afec41c017
commit
12e69269c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue