KDE/kdebase/workspace/plasma/generic/dataengines/geolocation

Jens-Michael Hoffmann jensmh at gmx.de
Thu Dec 24 02:51:27 CET 2009


SVN commit 1065667 by jmhoffmann:

Reverting the last commit.
This way of distinguishing between libgps <2.90 and libgps 2.90+
does not work and I don't know how to do it properly at the moment.
So until this is sorted out, best is to revert imho.
CCMAIL: aseigo at kde.org
CCMAIL: plasma-devel at kde.org


 M  +0 -4      location_gps.cpp  


--- trunk/KDE/kdebase/workspace/plasma/generic/dataengines/geolocation/location_gps.cpp #1065666:1065667
@@ -41,11 +41,7 @@
 
 void Gpsd::run()
 {
-#if GPSD_API_MAJOR_VERSION == 2
     gps_query(m_gpsdata, "w+x\n");
-#elif GPSD_API_MAJOR_VERSION == 3
-    gps_stream(m_gpsdata, WATCH_ENABLE, NULL);
-#endif
 
     while (!m_abort) {
         Plasma::DataEngine::Data d;


More information about the Plasma-devel mailing list