svn path=/trunk/kdebase/kwin/; revision=237117
This commit is contained in:
Dirk Mueller 2003-07-14 23:39:12 +00:00
parent b0b054952c
commit ffebd22c8a

View file

@ -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();