From 39c01b7242f15858ebd8847e8895ac880e464ff2 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Thu, 4 Apr 2019 21:12:17 -0600 Subject: [PATCH] set overwrite on LV2_PATH pref env update --- cinelerra-5.1/cinelerra/mwindow.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/cinelerra/mwindow.C b/cinelerra-5.1/cinelerra/mwindow.C index 14d06c93..09e363cd 100644 --- a/cinelerra-5.1/cinelerra/mwindow.C +++ b/cinelerra-5.1/cinelerra/mwindow.C @@ -939,7 +939,7 @@ void MWindow::init_preferences() { preferences = new Preferences; preferences->load_defaults(defaults); - File::setenv_path("LV2_PATH",preferences->lv2_path, 0); + File::setenv_path("LV2_PATH",preferences->lv2_path, 1); session = new MainSession(this); session->load_defaults(defaults); // set x11_host, screens, window_config -- 2.26.2