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

List:       kde-commits
Subject:    kdenonbeta/kopete/protocols/msn
From:       Olivier Goffart <ogoffart () tiscalinet ! be>
Date:       2003-08-06 15:18:29
[Download RAW message or body]

CVS commit by ogoffart: 

Fix for the Bug 62203: SIGSEGV with msn plugin of kopete when someone send a file and cancel
it before end 

will be backported to the branch

CCMAIL: 62203-done@bugs.kde.org


  M +1 -1      msnfiletransfersocket.cpp   1.25


--- kdenonbeta/kopete/protocols/msn/msnfiletransfersocket.cpp  #1.24:1.25
@@ -130,5 +130,5 @@ void MSNFileTransferSocket::bytesReceive
         {
                 kdDebug(14140) << "MSNFileTransferSocket::bytesReceived: transfer aborted" <<endl;
-                disconnect();
+                QTimer::singleShot(0,this,SLOT(disconnect()));
         }
         unsigned int sz=(int)((unsigned char)head.data()[2])*256+(int)((unsigned char)head.data()[1]);


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

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