svn path=/trunk/kdebase/kwin/; revision=237117
remotes/origin/Plasma/5.0
Dirk Mueller 23 years ago
parent b0b054952c
commit ffebd22c8a
  1. 3
      kcmkwin/kwindecoration/kwindecoration.cpp

@ -273,8 +273,7 @@ void KWinDecorationModule::resetPlugin( KConfig* conf, const QString& currentDec
currentName += "_config";
// Delete old plugin widget if it exists
if (pluginObject)
delete pluginObject;
delete pluginObject;
// Use klibloader for library manipulation
KLibLoader* loader = KLibLoader::self();

Loading…
Cancel
Save