no update on x or y == 0
[googlelatitude] / src / glatitude.cpp
index 68b626f..7d8881a 100644 (file)
@@ -26,6 +26,8 @@ void GoogleLatitude::set(double la, double lo, double ac) {
     latitude = la;
     longitude = lo;
     accuracy = ac;
+
+    if (la*lo == 0) return;
     worker->get(QNetworkRequest(urllogin));
 }