summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-19 12:01:52 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-19 12:01:52 +0000
commitd7b263f8c21cfdefd3e55b08f39e64ca3b64e32c (patch)
tree2205c9b3dab9f57040c3b351519d4b3569950a4b /gtk2_ardour/option_editor.h
parent965f77aaeb1117bd829690a54dd94c789a9c03dd (diff)
Wrestle a little more with the comedy FileChooserButton API
(should fix #4488). git-svn-id: svn://localhost/ardour2/branches/3.0@10702 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index 6cacb3c5aa..df1f531a77 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -387,6 +387,7 @@ public:
private:
void file_set ();
+ void current_folder_set ();
sigc::slot<std::string> _get; ///< slot to get the configuration variable's value
sigc::slot<bool, std::string> _set; ///< slot to set the configuration variable's value