[gnome-maps] Explicitly enable compatibility mode of Geocode.Ipclient



commit 5e566a7e21e0dd46c9dc5a65f09f0250c157b576
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Apr 4 02:42:12 2013 +0300

    Explicitly enable compatibility mode of Geocode.Ipclient

 src/mapView.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/mapView.js b/src/mapView.js
index 3f3c3d3..f68ef19 100644
--- a/src/mapView.js
+++ b/src/mapView.js
@@ -93,6 +93,7 @@ const MapView = new Lang.Class({
 
         let ipclient = new Geocode.Ipclient();
         ipclient.server = "http://freegeoip.net/json/";;
+        ipclient.compatibility_mode = true;
         ipclient.search_async(null, Lang.bind(this,
             function(ipclient, res) {
                 try {


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