diff --git a/options.cpp b/options.cpp index e3e6386b0a..24020e0cc0 100644 --- a/options.cpp +++ b/options.cpp @@ -94,7 +94,7 @@ void Options::reload() colors[ButtonFg] = Qt::black; else colors[ButtonFg] = Qt::white; - colors[ButtonFg] = config->readColorEntry("activeTitleBtnFullFg", + colors[ButtonFg] = config->readColorEntry("activeTitleBtnFg", &colors[ButtonFg]); // single color button configuration @@ -158,7 +158,7 @@ void Options::reload() &colors[ButtonBlend+KWINCOLORS]); colors[ButtonFg+KWINCOLORS] = config-> - readColorEntry("inactiveTitleBtnFullFg", &colors[ButtonFg]); + readColorEntry("inactiveTitleBtnFg", &colors[ButtonFg]); // single color colors[ButtonSingleColor+KWINCOLORS] = config->