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/editor_group_tabs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/editor_group_tabs.cc') diff --git a/gtk2_ardour/editor_group_tabs.cc b/gtk2_ardour/editor_group_tabs.cc index 3521eb1ac1..9c77f5ea17 100644 --- a/gtk2_ardour/editor_group_tabs.cc +++ b/gtk2_ardour/editor_group_tabs.cc @@ -95,7 +95,7 @@ EditorGroupTabs::draw_tab (cairo_t* cr, Tab const & tab) const if (tab.group && tab.group->is_active()) { ArdourCanvas::color_to_rgba (tab.color, r, g, b, a); } else { - ArdourCanvas::color_to_rgba (ARDOUR_UI::config()->get_InactiveGroupTab(), r, g, b, a); + ArdourCanvas::color_to_rgba (ARDOUR_UI::config()->color ("InactiveGroupTab"), r, g, b, a); } a = 1.0; -- cgit v1.2.3