part of Karol's fix: keep the old library in loadPlugin() so that
updatePlugin() can call the reset() function. svn path=/trunk/kdebase/kwin/; revision=141202
This commit is contained in:
parent
149b3aad7d
commit
d05c588ffb
1 changed files with 2 additions and 3 deletions
|
@ -75,7 +75,6 @@ Client* PluginMgr::allocateClient(Workspace *ws, WId w, bool tool)
|
|||
bool PluginMgr::loadPlugin(QString nameStr)
|
||||
{
|
||||
KLibrary *oldLibrary = library;
|
||||
library = 0;
|
||||
|
||||
QString path = KLibLoader::findLibrary(QFile::encodeName(nameStr));
|
||||
|
||||
|
|
Loading…
Reference in a new issue