[gnome-maps] Log description of users location
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] Log description of users location
- Date: Thu, 28 Mar 2013 01:12:32 +0000 (UTC)
commit 131f3cdca6e1aba608f40861a71a2ac2b03c2de6
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Mar 28 03:11:40 2013 +0200
Log description of users location
src/mainWindow.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 821b7a3..3937411 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -105,6 +105,7 @@ const MainWindow = new Lang.Class({
_onSearchComplete: function(ipclient, res) {
try {
let [location, accuracy] = ipclient.search_finish(res);
+ log(location.description);
let zoom = Utils.getZoomLevelForAccuracy(accuracy);
this.view.go_to(location.latitude, location.longitude);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]