13
0

adjust theme search path

This commit is contained in:
Paul Davis 2016-05-31 12:18:51 -04:00
parent 6563439e1f
commit eaf7677913

View File

@ -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));