Small fixes.

svn path=/trunk/kdebase/kwin/; revision=37122
This commit is contained in:
Daniel M. Duley 1999-12-22 04:09:47 +00:00
parent eeca670a3d
commit 91cb1debe1

View file

@ -87,7 +87,7 @@ static Client* clientFactory( Workspace *ws, WId w )
return new SystemClient( ws, w );
else if(tmpStr == "next")
return new NextClient( ws, w );
else if(tmpStr == "be")
else if(tmpStr == "Be")
return new BeClient( ws, w );
else
return new StdClient( ws, w );
@ -1436,6 +1436,7 @@ void Workspace::setDecorationStyle( int deco )
c->releaseWindow();
KWM::moveToDesktop( w, c->desktop() );
KConfig* config = KGlobal::config();
config->setGroup("Style");
switch ( deco ) {
case 2:
c = new BeClient( this, w);