From kde-commits Sun Nov 02 13:48:38 2003 From: Eva Brucherseifer Date: Sun, 02 Nov 2003 13:48:38 +0000 To: kde-commits Subject: kdebase/kicker/core X-MARC-Message: https://marc.info/?l=kde-commits&m=106778095130591 CVS commit by eva: turned the ColorizeBackground for the panel option off by default as discussed on core-devel M +1 -1 containerarea.cpp 1.159 --- kdebase/kicker/core/containerarea.cpp #1.158:1.159 @@ -1243,5 +1243,5 @@ void ContainerArea::setBackgroundTheme() } - if (config->readBoolEntry("ColorizeBackground", true)) + if (config->readBoolEntry("ColorizeBackground", false)) { colorize(bgImage);