summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/startup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index ee598b08cb..8e94ae9167 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -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();