Sync the config after switching styles.
svn path=/trunk/kdebase/kwin/; revision=36090
This commit is contained in:
parent
9e10f0990c
commit
4afb1ee166
1 changed files with 1 additions and 0 deletions
|
@ -1453,6 +1453,7 @@ void Workspace::setDecorationStyle( int deco )
|
|||
c = new StdClient( this, w );
|
||||
config->writeEntry("Plugin", "standard");
|
||||
}
|
||||
config->sync();
|
||||
clients.append( c );
|
||||
stacking_order.append( c );
|
||||
c->manage( mapped );
|
||||
|
|
Loading…
Reference in a new issue