Patch from colinf to fix build on gtkmm versions prior to 2.28 (#4506).
git-svn-id: svn://localhost/ardour2/branches/3.0@10791 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -581,8 +581,10 @@ LV2Plugin::lv2_state_make_path(LV2_State_Make_Path_Handle handle,
|
||||
}
|
||||
|
||||
const std::string abs_path = Glib::build_filename(
|
||||
me->_session.plugins_dir(),
|
||||
me->_insert_id.to_s(),
|
||||
Glib::build_filename(
|
||||
me->_session.plugins_dir(),
|
||||
me->_insert_id.to_s()
|
||||
),
|
||||
path);
|
||||
|
||||
const std::string dirname = Glib::path_get_dirname(abs_path);
|
||||
|
||||
Reference in New Issue
Block a user