summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-02-13 19:38:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-02-13 19:38:47 +0000
commit9bbed5925d338cc0ff1ecc2b07b94da84547bf94 (patch)
tree475b96efe913bb50cbe0863632ac4bc9cf97ee58 /gtk2_ardour/main.cc
parent076d919ac3aa4b9bcb431af35330022c11d5902f (diff)
add MIDNAM (patchfiles) to child list so that they get installed
git-svn-id: svn://localhost/ardour2/branches/3.0@14057 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index 74d310e75a..ec56f35c05 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -178,7 +178,7 @@ fixup_bundle_environment (int, char* [])
export_search_path (bundle_dir, "LADSPA_PATH", "/Plugins");
export_search_path (bundle_dir, "VAMP_PATH", "/lib");
export_search_path (bundle_dir, "SUIL_MODULE_DIR", "/lib");
- export_search_path (bundle_dir, "GTK_PATH", "/lib/clearlooks");
+ export_search_path (bundle_dir, "GTK_PATH", "/lib/gtkengines");
/* unset GTK_RC_FILES so that we only load the RC files that we define
*/