Corrected some config strings. s/Full//
svn path=/trunk/kdebase/kwin/; revision=46006
This commit is contained in:
parent
66b2a8645f
commit
d0217a52cd
1 changed files with 2 additions and 2 deletions
|
@ -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->
|
||||||
|
|
Loading…
Reference in a new issue