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

List:       kde-commits
Subject:    kdeextragear-3/kdebluetooth/kbluetoothd/kbluetoothd
From:       Adrian Schroeter <adrian () suse ! de>
Date:       2004-09-07 15:40:28
Message-ID: 20040907154028.731279192 () office ! kde ! org
[Download RAW message or body]

CVS commit by adrian: 

escape hostname to avoid error message about broken url.
let klauncher start a konqueror (or reuse existing)


  M +1 -1      trayicon.cpp   1.25


--- kdeextragear-3/kdebluetooth/kbluetoothd/kbluetoothd/trayicon.cpp  #1.24:1.25
@@ -487,5 +487,5 @@ void TrayIcon::mruItemClicked(int id)
         QString deviceName = mruMenu->text(id);
         KProcessInheritSocket proc(0);
-        proc << "konqueror" << QString("sdp://%1/").arg(deviceName);
+        proc << "kfmclient" << "openURL" << QString("sdp://[%1]/").arg(deviceName);
         proc.start(KProcess::DontCare);
     }


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

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