[gnome-maps] geoclue: Re-add current location name
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] geoclue: Re-add current location name
- Date: Mon, 1 Dec 2014 14:02:38 +0000 (UTC)
commit 59e05d417bdf0384ef693d2e97610d023a9691f6
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Mon Dec 1 09:02:03 2014 -0500
geoclue: Re-add current location name
src/geoclue.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/geoclue.js b/src/geoclue.js
index e58674d..e224923 100644
--- a/src/geoclue.js
+++ b/src/geoclue.js
@@ -156,7 +156,7 @@ const Geoclue = new Lang.Class({
_updateLocation: function(location) {
if (!this.place)
- this.place = new Geocode.Place();
+ this.place = new Geocode.Place({ name: _("Current location") });
this.place.location = location;
this.emit('location-changed');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]