summaryrefslogtreecommitdiff
path: root/libs/ardour/search_paths.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-31 12:18:51 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:46 -0400
commiteaf767791318ed9eb5aa6dded02acaff6e348815 (patch)
tree392fcff98fa0975d3a1a54d857b5ff434636be0f /libs/ardour/search_paths.cc
parent6563439e1fbcbc7aff9e1db8aa65f906fa0a1d45 (diff)
adjust theme search path
Diffstat (limited to 'libs/ardour/search_paths.cc')
-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));