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/ui_config.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/ui_config.cc') diff --git a/gtk2_ardour/ui_config.cc b/gtk2_ardour/ui_config.cc index b09442a588..952009e178 100644 --- a/gtk2_ardour/ui_config.cc +++ b/gtk2_ardour/ui_config.cc @@ -579,6 +579,8 @@ UIConfiguration::load_color_aliases (XMLNode const & node) color_aliases.insert (make_pair (name->value(), alias->value())); } } + + cerr << "Color alias table contains " << color_aliases.size() << endl; } void -- cgit v1.2.3