don't replace : in linux vst search path in prefs with newlines, to shrink down the...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Jun 2016 12:51:46 +0000 (08:51 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Jun 2016 12:51:53 +0000 (08:51 -0400)
gtk2_ardour/rc_option_editor.cc

index df11828059bfa18a231d03b98472189211325916..39ee88ecf9e1e6fde662812da4d8618554dc447e 100644 (file)
@@ -2926,7 +2926,7 @@ if (!ARDOUR::Profile->get_mixbus()) {
                                "plugin-path-lxvst",
                                _("Path:"),
                                sigc::mem_fun (*_rc_config, &RCConfiguration::get_plugin_path_lxvst),
-                               ':'));
+                               0));
 #endif
 
 #ifdef WINDOWS_VST_SUPPORT