[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-17 17:03:05
Message-ID: 1258477385.977854.15454.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1050569 by afiestas:

Fixed obexserver autostart (this could end in a crash so is an important fix).

 M  +2 -1      trayicon.cpp  


--- trunk/playground/network/kbluetooth/src/trayicon.cpp #1050568:1050569
@@ -182,8 +182,9 @@
 	adapterAction = settingsMenu->addAction(KIcon("configure"), i18n("Bluetooth \
Adapters"), this, SLOT(showAdapterInterface()));  serverAction = \
settingsMenu->addAction(KIcon("network-server"), i18n("Obex server"), this, \
SLOT(enableServer()));  serverAction->setCheckable(true);
+	serverAction->setChecked(true);//By default obexserver is activated
 	KConfigGroup obexServerConfig(config, "ObexServer");
-	if(obexServerConfig.readEntry("Autostart") == "true") {
+	if(obexServerConfig.readEntry("Autostart") == "false") {
 		serverAction->setChecked(false);
 	}
 


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

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