summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-22 03:46:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-22 03:46:09 +0000
commit0015553c4a1e24386df60a7a1dc49c2da19794da (patch)
treef65db5dbf5c2c08e651818b6aeb33d3b3751e2b7 /gtk2_ardour/startup.h
parent7689d72875e77e15c87f6c49e8a509cd37925435 (diff)
tweak startup dialog a bit to correctly save ardour.rc when need; get PROGRAM_NAME into window title bars
git-svn-id: svn://localhost/ardour2/branches/3.0@6781 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 ae4b17b163..d2aadd62b1 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -80,6 +80,7 @@ class ArdourStartup : public Gtk::Assistant {
bool splash_expose (GdkEventExpose* ev);
void setup_first_time_config_page ();
+ void config_changed ();
/* first page */
Gtk::FileChooserButton* default_dir_chooser;