From 4afb1ee166bae4ba78a3cdede057f2b975b8db8f Mon Sep 17 00:00:00 2001 From: "Daniel M. Duley" Date: Wed, 8 Dec 1999 04:02:07 +0000 Subject: [PATCH] Sync the config after switching styles. svn path=/trunk/kdebase/kwin/; revision=36090 --- workspace.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace.cpp b/workspace.cpp index 1d0ad7c3ee..ab9af27313 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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 );