summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-12-08 11:00:00 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-12-08 22:02:38 -0500
commit74becec17f91bcbd3ad7edf466721fa0405b8b67 (patch)
treee4de249bcc2ebcea1f9fbd9ff62b0e7d6cf614dd /gtk2_ardour/ui_config.cc
parentaff8a806a269df27d442de401ad73b08ba7c509c (diff)
change GTK rc file system to use just a single file, which is color-neutral.
* packaging scripts need modification * light theme file left in place to help with possible generation of alternate theme
Diffstat (limited to 'gtk2_ardour/ui_config.cc')
-rw-r--r--gtk2_ardour/ui_config.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc
index 23bbd5b9ea..04d25e24e7 100644
--- a/gtk2_ardour/ui_config.cc
+++ b/gtk2_ardour/ui_config.cc
@@ -286,9 +286,11 @@ UIConfiguration::load_defaults ()
}
_dirty = false;
- }
- ARDOUR_UI_UTILS::ColorsChanged ();
+ ARDOUR_UI_UTILS::ColorsChanged ();
+ } else {
+ warning << string_compose (_("Could not find default UI configuration file %1"), default_ui_config_file_name) << endmsg;
+ }
return found;
}