Don't keep the compositing manager selection when not doing compositing.
svn path=/trunk/KDE/kdebase/workspace/; revision=736335
This commit is contained in:
parent
8544d77d55
commit
e13c612922
1 changed files with 3 additions and 1 deletions
|
@ -99,6 +99,7 @@ void Workspace::setupCompositing()
|
|||
break;
|
||||
default:
|
||||
kDebug( 1212 ) << "No compositing";
|
||||
delete cm_selection;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@ -126,7 +127,8 @@ void Workspace::setupCompositing()
|
|||
break;
|
||||
#endif
|
||||
default:
|
||||
kDebug( 1212 ) << "No compositing";
|
||||
kDebug( 1212 ) << "No compositing";
|
||||
delete cm_selection;
|
||||
return;
|
||||
}
|
||||
if( scene == NULL || scene->initFailed())
|
||||
|
|
Loading…
Reference in a new issue