adjust theme search path
This commit is contained in:
parent
6563439e1f
commit
eaf7677913
@ -73,7 +73,7 @@ control_protocol_search_path ()
|
||||
Searchpath
|
||||
theme_search_path ()
|
||||
{
|
||||
Searchpath spath(user_config_directory ());
|
||||
Searchpath spath (ardour_data_search_path ());
|
||||
spath.add_subdirectory_to_paths (theme_dir_name);
|
||||
|
||||
spath += Searchpath(Glib::getenv(theme_env_variable_name));
|
||||
|
Loading…
Reference in New Issue
Block a user