From d0217a52cd29ed9c4e8aff1fa3d2442e862d6e2c Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Sat, 8 Apr 2000 19:36:24 +0000 Subject: [PATCH] Corrected some config strings. s/Full// svn path=/trunk/kdebase/kwin/; revision=46006 --- options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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->