From 9fa8238d9d4ebda14d60cc2256d721a0405b5fa0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 8 Nov 2011 01:43:44 +0000 Subject: Delay the writing of the been-here-before file until a bit later, in case the user cancels at some point during setup (#4434). git-svn-id: svn://localhost/ardour2/branches/3.0@10489 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/startup.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/startup.h') diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h index 76183b5b5a..a7f1517f41 100644 --- a/gtk2_ardour/startup.h +++ b/gtk2_ardour/startup.h @@ -39,6 +39,8 @@ #include #include +#include "pbd/filesystem.h" + #include "ardour/utils.h" class EngineControl; @@ -85,6 +87,8 @@ class ArdourStartup : public Gtk::Assistant { bool new_user; bool new_only; + PBD::sys::path been_here_before_path () const; + void on_apply (); void on_cancel (); bool on_delete_event (GdkEventAny*); -- cgit v1.2.3