summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-09-17 02:09:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-09-17 02:09:31 +0000
commitbd82dfce946a22eb23e6b3582726ce186a52c4b6 (patch)
tree571451c3e73c9552e5cb07a5a662c20cc6e6fb98 /gtk2_ardour/new_session_dialog.h
parent1cd155a7287f662db0548a870d3b5de1a5f40969 (diff)
more NSD changes. if JACK is not running and no interface has ever been chosen, show JUST the audio setup tab. once JACK is successfully started, reshow the NSD with just new/open tabs. still not finished with this utter piece of dreck
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5670 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/new_session_dialog.h')
-rw-r--r--gtk2_ardour/new_session_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/new_session_dialog.h b/gtk2_ardour/new_session_dialog.h
index 658b2a8b90..81a0bebfac 100644
--- a/gtk2_ardour/new_session_dialog.h
+++ b/gtk2_ardour/new_session_dialog.h
@@ -217,6 +217,9 @@ protected:
bool have_engine;
Glib::ustring engine_page_session_folder;
Glib::ustring engine_page_session_name;
+
+ sigc::connection ic_connection;
+ void engine_interface_chosen();
};
#endif // NEW_SESSION_DIALOG_H