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;
|
break;
|
||||||
default:
|
default:
|
||||||
kDebug( 1212 ) << "No compositing";
|
kDebug( 1212 ) << "No compositing";
|
||||||
|
delete cm_selection;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -127,6 +128,7 @@ void Workspace::setupCompositing()
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
kDebug( 1212 ) << "No compositing";
|
kDebug( 1212 ) << "No compositing";
|
||||||
|
delete cm_selection;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if( scene == NULL || scene->initFailed())
|
if( scene == NULL || scene->initFailed())
|
||||||
|
|
Loading…
Reference in a new issue