Hi there guys

Tarball is uploaded at uplaod.kde.org and in my site:

http://afiestas.org/files/bluedevil-1.2.1.tar.bz2

md5sum: e5f53fa306f11732f18eaed141cbd51b

With it, libbluedevil should be patched, it is a ONE LINER patch! so don't worry it will not kill any kitties I promess :)

sha1 of the commit: 071d96dea397aeaffa19b1e2a73c921b75a7858d

patch attached.

Cheers!
commit 071d96dea397aeaffa19b1e2a73c921b75a7858d
Author: Alex Fiestas <[email protected]>
Date:   Sun Sep 18 03:21:57 2011 +0200

    Do not clean the deviceList each time we start a discovering

diff --git a/bluedevil/bluedeviladapter.cpp b/bluedevil/bluedeviladapter.cpp
index ab4cc15..385c4d1 100644
--- a/bluedevil/bluedeviladapter.cpp
+++ b/bluedevil/bluedeviladapter.cpp
@@ -112,7 +112,6 @@ void Adapter::Private::startDiscovery()
     m_devicesMap.clear();
     m_devicesMapUBIKey.clear();
     m_knownDevices.clear();
-    m_devices.clear();
     m_bluezAdapterInterface->StartDiscovery();
 }
 
-- 
kubuntu-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel

Reply via email to