A new set of preferences has a screwed up Theme setting. SM acts

as if the theme were set to "default", which is correct, but when you
enter the Appearances menu, it changes the theme to "beat" instead.
This change fixes the bug by making SM use the same string constant
everywhere the default theme is set.
This commit is contained in:
John Bauer
2006-12-05 20:58:26 +00:00
parent ab37d685a0
commit fa74b9fdcc
3 changed files with 17 additions and 12 deletions
@@ -253,7 +253,6 @@ static void DisplayResolutionChoices( vector<RString> &out )
static void Theme( int &sel, bool ToSel, const ConfOption *pConfOption )
{
// TODO FIXME: The default theme is not correctly set to "default". It is set to "". Where do we change that?
vector<RString> choices;
pConfOption->MakeOptionsList( choices );