summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup_fsm.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-03-06 15:53:31 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-06 15:54:00 -0700
commitc8d449f356af6f090a319ed534f9b049e94e10be (patch)
treee043fa526d4788617152ab674f9452f80fac1248 /gtk2_ardour/startup_fsm.h
parent694a0eaeca468c47f0e1391f6cff64763c57dcb6 (diff)
fix startupFSM handling of a ShouldLoad signal
This currently only handles initial session load by dbl-click on a session file. It also does not work if the user or new or subject to a pre-release warning. These last two restrictions may remain in place, although if a person's first exposure to the program is "copy my session, download program, dbl-click on the session file", then that's not so nice
Diffstat (limited to 'gtk2_ardour/startup_fsm.h')
-rw-r--r--gtk2_ardour/startup_fsm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/startup_fsm.h b/gtk2_ardour/startup_fsm.h
index 0c3f9e814a..21ad940d34 100644
--- a/gtk2_ardour/startup_fsm.h
+++ b/gtk2_ardour/startup_fsm.h
@@ -39,7 +39,8 @@ class StartupFSM : public sigc::trackable
NewUserDialog,
NewSessionDialog,
AudioMIDISetup,
- PluginDialog
+ PluginDialog,
+ ApplicationPseudoDialog,
};
enum Result {