Oops I didn't notice the typo.
svn path=/trunk/kdebase/kwin/; revision=259993
This commit is contained in:
parent
9ebccb978e
commit
c2eacac63f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue