summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/search_paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/search_paths.cc b/libs/ardour/search_paths.cc
index 06032004c9..96df905eda 100644
--- a/libs/ardour/search_paths.cc
+++ b/libs/ardour/search_paths.cc
@@ -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));