summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-11 10:08:17 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-11 10:08:17 +0000
commit2f96c5b2dd32c6071ca38287e3ebd5569bb62de9 (patch)
tree4e1d40d6aa5f88e3ccc4f302df41d03740484f0c /gtk2_ardour/theme_manager.cc
parentd3775ac42bdb2aac506e5448ecc0b9b10dbd2848 (diff)
Patch from epitech_user to fix statement with no effect
(#4816). git-svn-id: svn://localhost/ardour2/branches/3.0@11890 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/theme_manager.cc')
-rw-r--r--gtk2_ardour/theme_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/theme_manager.cc b/gtk2_ardour/theme_manager.cc
index 47ae4b7390..887ca5453c 100644
--- a/gtk2_ardour/theme_manager.cc
+++ b/gtk2_ardour/theme_manager.cc
@@ -334,7 +334,7 @@ ThemeManager::setup_theme ()
if (rcfile == "ardour3_ui_dark.rc" || rcfile == "ardour3_ui_dark_sae.rc") {
dark_button.set_active();
- } else if (rcfile == "ardour3_ui_light.rc" || "ardour3_ui_light_sae.rc") {
+ } else if (rcfile == "ardour3_ui_light.rc" || rcfile == "ardour3_ui_light_sae.rc") {
light_button.set_active();
}