Sync the config after switching styles.

svn path=/trunk/kdebase/kwin/; revision=36090
This commit is contained in:
Daniel M. Duley 1999-12-08 04:02:07 +00:00
parent 9e10f0990c
commit 4afb1ee166

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