summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-03-09 21:40:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-03-09 21:40:48 +0000
commitc25b921888553517f806da23ed5d9e4b3e9f3bde (patch)
tree2b4260c2056a4a81a008a1dd69dbdbe337632117 /gtk2_ardour/startup.h
parent79f2b919211aaf60b0e31bafd162fee7c45f40b8 (diff)
fix some logic problems with the startup/new session dialog that were introduced when new/existing were merged
git-svn-id: svn://localhost/ardour2/branches/3.0@11635 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index 56ce75e0bb..19cb1b609d 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -117,6 +117,7 @@ class ArdourStartup : public Gtk::Assistant {
Gtk::VBox ic_vbox;
Gtk::CheckButton ic_new_session_button;
bool initial_button_press(GdkEventButton *);
+ void initial_button_clicked ();
void initial_button_activated();
/* monitoring choices */