[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:       2009-11-05 11:59:08
Message-ID: 1257422348.615812.31461.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1045165 by afiestas:

Ok, this is not beatiful, this is not correct but this is the only solution for bug \
212607 without purge bluez-solid :/

BUG: 212607

 M  +3 -9      trayicon.cpp  


--- trunk/playground/network/kbluetooth/src/trayicon.cpp #1045164:1045165
@@ -119,17 +119,12 @@
 
 KBlueTray::~KBlueTray()
 {
-	if (adapter) {
-		adapter->unregisterAgent(agentPath);
-		adapter->stopDiscovery();
-		delete adapter;
-	}
 	delete agent;
 
 	delete session;
 	delete progress;
-//		delete devSelector;
-//		delete lockSelector;
+		delete devSelector;
+		delete lockSelector;
 
 	if(server) {
 		server->stop();
@@ -149,8 +144,7 @@
 	delete m_kBlueLock;
 	
 	delete m_aboutDialog;
-
-	qDebug() << "bye bye";
+	qDebug() << "bye bye2";
 }
 
 void KBlueTray::initIcons() {


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

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