summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-28 03:04:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-28 03:04:47 +0000
commitcc455e0d0a270bb20db85f750c7df07a96bb352e (patch)
tree4969d281c3e42a8495aa51be273e54580ca0ba21 /gtk2_ardour/option_editor.cc
parentd31dcc9c78e9b3e85baf3d4b8dbc303405192a1d (diff)
first pass at thorwil's mockup of import dialog; remove some JACK error messages because they are distracting and duplicated by others
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2354 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc
index dec3402e2f..9a6bc4c4ae 100644
--- a/gtk2_ardour/option_editor.cc
+++ b/gtk2_ardour/option_editor.cc
@@ -772,13 +772,13 @@ OptionEditor::raid_path_changed ()
void
OptionEditor::click_browse_clicked ()
{
- SoundFileChooser sfdb (_("Choose Click"), session);
+ // SoundFileChooser sfdb (_("Choose Click"), session);
- int result = sfdb.run ();
-
- if (result == Gtk::RESPONSE_OK) {
- click_chosen(sfdb.get_filename());
- }
+ //int result = sfdb.run ();
+
+ // if (result == Gtk::RESPONSE_OK) {
+ // click_chosen(sfdb.get_filename());
+// }
}
void
@@ -791,6 +791,7 @@ OptionEditor::click_chosen (const string & path)
void
OptionEditor::click_emphasis_browse_clicked ()
{
+#if 0
SoundFileChooser sfdb (_("Choose Click Emphasis"), session);
int result = sfdb.run ();
@@ -798,6 +799,7 @@ OptionEditor::click_emphasis_browse_clicked ()
if (result == Gtk::RESPONSE_OK) {
click_emphasis_chosen (sfdb.get_filename());
}
+#endif
}
void