Reverted SVN commit 1107501 due to instability

Will revisit bug 157 as time permits


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1120425 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent e862cb5ebc
commit 1fc8db4874

@ -177,9 +177,9 @@ void IncomingTransfer::processMessage(const Message& message)
else if(message.header.dataSize == 4 && message.applicationIdentifier == 1)
{
// Data preparation message.
if (m_tempFile->name().isEmpty() == false) {
QFile::remove(m_tempFile->name());
}
//if (m_tempFile->name().isEmpty() == false) {
// QFile::remove(m_tempFile->name());
//}
m_tempFile = new KTempFile(locateLocal("tmp", "msnpicture--"), ".png");
m_tempFile->setAutoDelete(true);
m_file = m_tempFile->file();

Loading…
Cancel
Save