removed 'hackish' checks on running compiz. Assume kwin
svn path=/trunk/KDE/kdebase/workspace/; revision=1017617
This commit is contained in:
parent
7bf1793f32
commit
cd52e656b5
1 changed files with 1 additions and 4 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue