[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/msn
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2008-07-14 13:24:59
Message-ID: 1216041899.286392.12961.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 832354 by segato:

remove the png suffix when saving the temporary file, otherwise QImageReader/QImage \
tries to open jpeg as png

 M  +1 -1      incomingtransfer.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/msn/incomingtransfer.cpp #832353:832354
@@ -187,7 +187,7 @@
 		// Data preparation message.
 		m_tempFile = new KTemporaryFile();
 		m_tempFile->setPrefix("msnpicture--");
-		m_tempFile->setSuffix(".png");
+// 		m_tempFile->setSuffix(".png");
 		m_tempFile->open();
 		m_file = m_tempFile;
 		m_state = DataTransfer;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic