Corrected some config strings. s/Full//

svn path=/trunk/kdebase/kwin/; revision=46006
This commit is contained in:
Rik Hemsley 2000-04-08 19:36:24 +00:00
parent 66b2a8645f
commit d0217a52cd

View file

@ -94,7 +94,7 @@ void Options::reload()
colors[ButtonFg] = Qt::black; colors[ButtonFg] = Qt::black;
else else
colors[ButtonFg] = Qt::white; colors[ButtonFg] = Qt::white;
colors[ButtonFg] = config->readColorEntry("activeTitleBtnFullFg", colors[ButtonFg] = config->readColorEntry("activeTitleBtnFg",
&colors[ButtonFg]); &colors[ButtonFg]);
// single color button configuration // single color button configuration
@ -158,7 +158,7 @@ void Options::reload()
&colors[ButtonBlend+KWINCOLORS]); &colors[ButtonBlend+KWINCOLORS]);
colors[ButtonFg+KWINCOLORS] = config-> colors[ButtonFg+KWINCOLORS] = config->
readColorEntry("inactiveTitleBtnFullFg", &colors[ButtonFg]); readColorEntry("inactiveTitleBtnFg", &colors[ButtonFg]);
// single color // single color
colors[ButtonSingleColor+KWINCOLORS] = config-> colors[ButtonSingleColor+KWINCOLORS] = config->