diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc index a225a2978a..fded7e6fae 100644 --- a/gtk2_ardour/editor_actions.cc +++ b/gtk2_ardour/editor_actions.cc @@ -764,7 +764,7 @@ Editor::trigger_script_by_name (const std::string script_name) LuaState lua; lua.Print.connect (&_lua_print); //ToDo - lua.sandbox (true); + lua.sandbox (false); lua_State* L = lua.getState(); LuaInstance::register_classes (L); LuaBindings::set_session (L, _session);