[gnome-maps] mapView: Fix typo in gotoBBox



commit d72397312158266e5a64d63b03cb8e73303acb1b
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sun Nov 22 19:15:19 2015 +0100

    mapView: Fix typo in gotoBBox

 src/mapView.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mapView.js b/src/mapView.js
index a0a08c1..840d392 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -297,7 +297,7 @@ const MapView = new Lang.Class({
                                                     left   : bbox.left,
                                                     right  : bbox.right })
         });
-        new MapWalker.MapWalker(place, this).goTo(true, true);
+        new MapWalker.MapWalker(place, this).goTo(true, linear);
     },
 
     showTurnPoint: function(turnPoint) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]