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

List:       kde-commits
Subject:    playground/network/kbluetooth/src/device-manager
From:       Alex Fiestas <alex () eyeos ! org>
Date:       2009-09-30 21:39:41
Message-ID: 1254346781.171493.18073.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1029843 by afiestas:

Debug message corrected (copy paste is baaad!)

 M  +3 -1      devicemanager.cpp  


--- trunk/playground/network/kbluetooth/src/device-manager/devicemanager.cpp #1029842:1029843
@@ -203,9 +203,11 @@
 	if(dev->isConnected()){
 		kDebug() << "The device is conencted, trying to disconnect";
 		inputDev->disconnect();
+		slotDevicePropertyChanged("Connected",false);
 	}else{
-		kDebug() << "The device is conencted, trying to disconnect";
+		kDebug() << "Trying to disconnect";
 		inputDev->connect();
+		slotDevicePropertyChanged("Connected",true);
 	}
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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