[gnome-maps/wip/contacts: 3/7] mapBubble: Do not convert to Place



commit abd22695dd34398ff6eec8019eee60dc0cdd4065
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Tue Dec 16 04:35:19 2014 -0500

    mapBubble: Do not convert to Place

 src/mapBubble.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mapBubble.js b/src/mapBubble.js
index 7d6696a..b39a148 100644
--- a/src/mapBubble.js
+++ b/src/mapBubble.js
@@ -47,7 +47,7 @@ const MapBubble = new Lang.Class({
     Abstract: true,
 
     _init: function(params) {
-        this._place = new Place.Place({ place: params.place });
+        this._place = params.place;
         delete params.place;
 
         this._mapView = params.mapView;


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