13
0

Replace use of PBD::sys::exists with Glib::file_test

git-svn-id: svn://localhost/ardour2/branches/3.0@12885 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2012-06-23 05:09:06 +00:00
parent f558a8c917
commit af0083b11d

View File

@ -123,7 +123,7 @@ Ardour will play NO role in monitoring"))
set_default_icon_list (window_icons);
}
new_user = !exists (been_here_before_path ());
new_user = !Glib::file_test(been_here_before_path().to_string(), Glib::FILE_TEST_EXISTS);
bool need_audio_setup = !EngineControl::engine_running();