[gnome-maps] geoclue: Re-add current location name



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]