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

List:       kde-commits
Subject:    playground/network/kbluetooth/src
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2010-02-12 8:50:17
Message-ID: 1265964617.952949.27079.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1089034 by afiestas:

Fixed a bug which prevents to send a 2nd file in some devices which doesn't close the
connection after receive a file (For example Nokia N810). I think we're almost ready for
another release :/!!

 M  +2 -0      obexsession/obexsession.cpp  
 M  +1 -1      trayicon.cpp  


--- trunk/playground/network/kbluetooth/src/obexsession/obexsession.cpp #1089033:1089034
@@ -111,7 +111,9 @@
 
 void ObexSession::disconnect()
 {
+	kDebug() << "CAlling disconnect";
 	session->call("Disconnect");
+	session->call("Close");
 }
 
 void ObexSession::close()
--- trunk/playground/network/kbluetooth/src/trayicon.cpp #1089033:1089034
@@ -507,7 +507,7 @@
 		obexSessionReady();
 	}else{
 		kDebug() << "Calling disconnect";
-		connect(session,SIGNAL(disconnected()),this,SLOT(fileTransferFinal()));
+		connect(session,SIGNAL(closed()),this,SLOT(fileTransferFinal()));
 		session->disconnect();
 	}
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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