mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
Fix crash on config dialog close
This commit is contained in:
@@ -152,12 +152,9 @@ InfoSystemWorker::newNam()
|
|||||||
m_nam = newNam;
|
m_nam = newNam;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
newNam->setCache( oldNam->cache() );
|
|
||||||
newNam->setConfiguration( oldNam->configuration() );
|
newNam->setConfiguration( oldNam->configuration() );
|
||||||
newNam->setCookieJar( oldNam->cookieJar() );
|
|
||||||
newNam->setNetworkAccessible( oldNam->networkAccessible() );
|
newNam->setNetworkAccessible( oldNam->networkAccessible() );
|
||||||
newNam->setProxy( oldNam->proxy() );
|
newNam->setProxy( oldNam->proxy() );
|
||||||
newNam->setProxyFactory( oldNam->proxyFactory() );
|
|
||||||
m_nam = newNam;
|
m_nam = newNam;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user