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
This commit is contained in:
Carl Hetherington 2012-04-11 10:08:17 +00:00
parent d3775ac42b
commit 2f96c5b2dd

View File

@ -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();
}