[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-09 3:26:57
Message-ID: 1215574017.898051.31719.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 829768 by segato:

comment the check for the applicationId == 1 since pidgin send 0(maybe it's broken)
BUG:159606


 M  +2 -1      incomingtransfer.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/msn/incomingtransfer.cpp #829767:829768
@@ -181,7 +181,8 @@
 			}
 		}
 	}
-	else if(message.header.dataSize == 4 && message.applicationIdentifier == 1)
+	//pidgin is probably broken since it sends 0 as appid but we don't need this check anyway
+	else if(message.header.dataSize == 4 /*&& message.applicationIdentifier == 1*/)
 	{
 		// Data preparation message.
 		m_tempFile = new KTemporaryFile();
[prev in list] [next in list] [prev in thread] [next in thread] 

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