make custom lxvst path work..
authorRobin Gareus <robin@gareus.org>
Fri, 28 Feb 2014 16:35:26 +0000 (17:35 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 28 Feb 2014 16:48:21 +0000 (17:48 +0100)
gtk2_ardour/rc_option_editor.cc

index f465aade1db06fafde569138251b4031fdf7309f..77520d82d2175d62c8adf054c0f587964fb25429 100644 (file)
@@ -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;
        }