removed 'hackish' checks on running compiz. Assume kwin

svn path=/trunk/KDE/kdebase/workspace/; revision=1017617
This commit is contained in:
Hugo Pereira Da Costa 2009-08-31 00:54:44 +00:00
parent 7bf1793f32
commit cd52e656b5

View file

@ -72,12 +72,9 @@ namespace Nitrogen
connect( user_interface_->useOxygenShadows, SIGNAL(clicked()), SIGNAL(changed()) );
connect( user_interface_->exceptions, SIGNAL(changed()), SIGNAL(changed()) );
NitrogenConfiguration::checkUseCompiz();
if( NitrogenConfiguration::useCompiz() )
{ user_interface_->useOxygenShadows->setEnabled( false ); }
load( configurationGroup );
user_interface_->show();
}