we need to return even if position isn't set
[lantea.git] / js / map.js
index 716a0166db49a22a0278a605f73e20d20515766f..41a413d7aa1481e1c6cdf41c9e75663c35d9afd3 100644 (file)
--- a/js/map.js
+++ b/js/map.js
@@ -135,8 +135,10 @@ function loadPrefs(aEvent) {
     gPrefs.get("position", function(aValue) {
       if (aValue) {
         gPos = aValue;
-        gWaitCounter--;
       }
+      gWaitCounter--;
+      var throwEv = new CustomEvent("prefs-step");
+      gAction.dispatchEvent(throwEv);
     });
     gWaitCounter++;
     gPrefs.get("center_map", function(aValue) {