[gnome-maps] Fix a crash on start bug



commit aaa9d10d141847d831791ca53d0dcadad3be397a
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Tue Jan 21 08:36:21 2014 +0100

    Fix a crash on start bug
    
    Fix stupid bug introduced by me in 85b4fc6.

 src/mapView.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mapView.js b/src/mapView.js
index 8d38aeb..aae8d7b 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -63,7 +63,7 @@ const MapView = new Lang.Class({
         this.view = this.actor;
         this.view.set_zoom_level(3);
         this.view.min_zoom_level = MapMinZoom;
-        this._view.goto_animation_mode = Clutter.AnimationMode.EASE_IN_OUT_CUBIC;
+        this.view.goto_animation_mode = Clutter.AnimationMode.EASE_IN_OUT_CUBIC;
         this.view.set_reactive(true);
 
         this.view.connect('notify::latitude', this._onViewMoved.bind(this));


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