summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-27 04:40:44 +0000
committerDavid Robillard <d@drobilla.net>2009-02-27 04:40:44 +0000
commit903c0863d9c7490c86cbcb652bd362a266a6d468 (patch)
treefb01d409de13e36afdb8170cec1134ea8a04676d /gtk2_ardour/theme_manager.cc
parente4528094c3a82ba8dea38c4afb5bbd3f97003c34 (diff)
Waf: install stuff
git-svn-id: svn://localhost/ardour2/branches/3.0@4702 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/theme_manager.cc')
-rw-r--r--gtk2_ardour/theme_manager.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/theme_manager.cc b/gtk2_ardour/theme_manager.cc
index 8270c7bcb6..70f249c1c6 100644
--- a/gtk2_ardour/theme_manager.cc
+++ b/gtk2_ardour/theme_manager.cc
@@ -195,11 +195,11 @@ load_rc_file (const string& filename, bool themechange)
spath += user_config_directory();
spath += system_config_search_path();
- if(!find_file_in_search_path (spath, filename, rc_file_path))
- {
- warning << string_compose(_("Unable to find UI style file %1 in search path %2. Ardour will look strange"),
+ if (!find_file_in_search_path (spath, filename, rc_file_path)) {
+ warning << string_compose(
+ _("Unable to find UI style file %1 in search path %2. Ardour will look strange"),
filename, spath.to_string())
- << endmsg;
+ << endmsg;
return;
}