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:
parent
dfc518cedc
commit
9dae7ded86
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user