Oops I didn't notice the typo.

svn path=/trunk/kdebase/kwin/; revision=259993
icc-effect-5.14.5
Luciano Montanaro 2003-10-18 21:03:29 +00:00
parent 9ebccb978e
commit c2eacac63f
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ KDecoration *B2ClientFactory::createDecoration(KDecorationBridge *b)
bool B2ClientFactory::reset(unsigned long changed)
{
bool needsReset = SettingColor ? true : false;
bool needsReset = SettingColors ? true : false;
// TODO Do not recreate decorations if it is not needed. Look at
// ModernSystem for how to do that
read_config(this);