summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index e47362be88..74baad2857 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -169,9 +169,9 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
theme_manager = new ThemeManager();
- std::string color_file = ARDOUR::find_config_file("ardour.colors");
+ //std::string color_file = ARDOUR::find_config_file("ardour.colors");
- theme_manager->load (color_file);
+ //theme_manager->load (color_file);
editor = 0;
mixer = 0;
@@ -1527,7 +1527,7 @@ ARDOUR_UI::setup_theme ()
}
ThemeChanged (rcfile); //EMIT SIGNAL
- theme_manager->setup_theme_buttons();
+ theme_manager->setup_theme();
}
gint