From 56c4b3c9b05ec22a89ba594061ba4ec4cb7c5da1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 18 Jul 2016 11:50:21 -0400 Subject: turn back towards color theme files ALWAYS including the program name. also load both default and user colors (if present) --- gtk2_ardour/color_theme_manager.cc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'gtk2_ardour/color_theme_manager.cc') diff --git a/gtk2_ardour/color_theme_manager.cc b/gtk2_ardour/color_theme_manager.cc index e038493c96..be0278ef9b 100644 --- a/gtk2_ardour/color_theme_manager.cc +++ b/gtk2_ardour/color_theme_manager.cc @@ -71,7 +71,6 @@ ColorThemeManager::ColorThemeManager () theme_list = TreeStore::create (color_theme_columns); TreeModel::iterator selected_iter = theme_list->children().end(); - const bool running_from_source = running_from_source_tree(); for (std::map::iterator c = color_themes.begin(); c != color_themes.end(); ++c) { TreeModel::Row row; @@ -81,13 +80,6 @@ ColorThemeManager::ColorThemeManager () string color_file_name = c->second; - if (running_from_source) { - /* color themes from within the source tree are - suffixed by "-PROGRAM-NAME" (lowercased) - */ - replace_all (color_file_name, string_compose ("-%1", downcase (PROGRAM_NAME)), ""); - } - row[color_theme_columns.path] = color_file_name; /* match second (path; really basename) since that is @@ -233,7 +225,7 @@ ColorThemeManager::reset_canvas_colors() /* look for a versioned user-owned color file, and try to rename it */ - basename = UIConfiguration::instance().color_file_name (true, false, true); + basename = UIConfiguration::instance().color_file_name (true, true); if (find_file (ardour_config_search_path(), basename, cfile)) { string backup = cfile + string (X_(".old")); -- cgit v1.2.3