diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index f465aade1d..77520d82d2 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1126,7 +1126,7 @@ private: ResponseType r = (ResponseType) pd->run (); pd->hide(); if (r == RESPONSE_ACCEPT) { - printf("%s", pd->get_serialized_paths().c_str()); + _rc_config->set_plugin_path_lxvst(pd->get_serialized_paths()); } delete pd; }