13
0

fix for missing slave state restore at session load, etc

git-svn-id: svn://localhost/ardour2/trunk@1317 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-01-12 02:10:46 +00:00
parent 0caf05d801
commit e98fee9e39

View File

@ -3134,8 +3134,11 @@ Session::config_changed (const char* parameter_name)
}
first_file_data_format_reset = false;
} else if (PARAM_IS ("slave-source")) {
set_slave_source (Config->get_slave_source());
}
set_dirty ();
#undef PARAM_IS