1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Fix crash on config dialog close

This commit is contained in:
Jeff Mitchell 2011-04-30 15:19:05 -04:00
parent dfc518cedc
commit 9dae7ded86

View File

@ -152,12 +152,9 @@ InfoSystemWorker::newNam()
m_nam = newNam;
return;
}
newNam->setCache( oldNam->cache() );
newNam->setConfiguration( oldNam->configuration() );
newNam->setCookieJar( oldNam->cookieJar() );
newNam->setNetworkAccessible( oldNam->networkAccessible() );
newNam->setProxy( oldNam->proxy() );
newNam->setProxyFactory( oldNam->proxyFactory() );
m_nam = newNam;
}