[gnome-maps] mapBubble: Do not convert to Place
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] mapBubble: Do not convert to Place
- Date: Sat, 31 Jan 2015 23:49:33 +0000 (UTC)
commit b7b3a4a847dc57c7a0870e0ec7d9d89389c8147e
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Tue Dec 16 04:35:19 2014 -0500
mapBubble: Do not convert to Place
https://bugzilla.gnome.org/show_bug.cgi?id=741591
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]