X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=liblatitudeupdater%2Fgpscontrol.cpp;fp=liblatitudeupdater%2Fgpscontrol.cpp;h=7b9adddd553497ddf99301d62d1608c8d6c6626f;hp=2b900c993d4d246a8a28b508c471315aad012c7e;hb=d6ca84a22913afba0f0d1f3ea93a834e3a9d26fa;hpb=b58ae22b7840fd1c5675fcc01971c9181c2e9b29 diff --git a/liblatitudeupdater/gpscontrol.cpp b/liblatitudeupdater/gpscontrol.cpp index 2b900c9..7b9addd 100644 --- a/liblatitudeupdater/gpscontrol.cpp +++ b/liblatitudeupdater/gpscontrol.cpp @@ -13,7 +13,7 @@ GpsControl::GpsControl(QObject *parent) : GpsTimeout.setSingleShot(true); GpsInterval.setSingleShot(true); - setPositioningMethod(GpsSettings.value("gps_method", "cell").toString()); + setPositioningMethod(GpsSettings.value("gps_method", "all").toString()); setTimeOut(GpsSettings.value("gps_timeout", 60).toInt()); setInterval(GpsSettings.value("gps_interval", 15*60).toInt());