From 48a7a11974fb378483da9c4cce6e2af4d7060c5d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 14 Dec 2014 12:27:07 -0500 Subject: initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfiguration::color(name). IMPORTANT: names have not been downcased and spaced yet, so many colors are not found --- gtk2_ardour/generic_pluginui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/generic_pluginui.cc') diff --git a/gtk2_ardour/generic_pluginui.cc b/gtk2_ardour/generic_pluginui.cc index aec77b5a2c..3db31dbfdf 100644 --- a/gtk2_ardour/generic_pluginui.cc +++ b/gtk2_ardour/generic_pluginui.cc @@ -763,8 +763,8 @@ GenericPluginUI::build_control_ui (const Evoral::Parameter& param, 0xcccc00ff, 0xcccc00ff, 0xffaa00ff, 0xffaa00ff, 0xff0000ff, - ARDOUR_UI::config()->get_MeterBackgroundBot(), - ARDOUR_UI::config()->get_MeterBackgroundTop() + ARDOUR_UI::config()->color ("MeterBackgroundBot"), + ARDOUR_UI::config()->color ("MeterBackgroundTop") ); info->min_unbound = desc.min_unbound; -- cgit v1.2.3