summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2006-05-10 10:22:38 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2006-05-10 10:22:38 +0000
commit3732decd72d387d7005644621205b872ff7fd8d6 (patch)
treec4a90c842ef08d19e22226b840d5c919aa746610 /gtk2_ardour/new_session_dialog.h
parentc67a576d611759154976ee19b8faf78583474f97 (diff)
Some fixes to the new session dialog.
git-svn-id: svn://localhost/trunk/ardour2@495 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/new_session_dialog.h')
-rw-r--r--gtk2_ardour/new_session_dialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk2_ardour/new_session_dialog.h b/gtk2_ardour/new_session_dialog.h
index 5e5e9723dd..8ee4a93969 100644
--- a/gtk2_ardour/new_session_dialog.h
+++ b/gtk2_ardour/new_session_dialog.h
@@ -93,15 +93,16 @@ public:
bool connect_outs_to_master() const;
bool connect_outs_to_physical() const ;
int get_current_page();
+ void reset_recent();
+
+ // reset everything to default values.
+ void reset();
protected:
void reset_name();
void reset_template();
- // reset everything to default values.
- void reset();
-
// references to widgets we care about.
Gtk::Dialog* m_new_session_dialog;
Gtk::Entry* m_name;