Sync the config after switching styles.

svn path=/trunk/kdebase/kwin/; revision=36090
icc-effect-5.14.5
Daniel M. Duley 1999-12-08 04:02:07 +00:00
parent 9e10f0990c
commit 4afb1ee166
1 changed files with 1 additions and 0 deletions

View File

@ -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 );