[gnome-maps/wip/routing2] fixup move geoclue



commit 4e3fc2825f690652049018726ccdc912826da198
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date:   Sat May 24 00:41:39 2014 +0100

    fixup move geoclue

 src/mainWindow.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 566dd2a..b31cf1a 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -148,9 +148,9 @@ const MainWindow = new Lang.Class({
         ], this);
 
         let action = this.window.lookup_action('goto-user-location');
-        this.mapView.geoclue.bind_property('connected',
-                                           action, 'enabled',
-                                           GObject.BindingFlags.SYNC_CREATE);
+        Application.geoclue.bind_property('connected',
+                                          action, 'enabled',
+                                          GObject.BindingFlags.SYNC_CREATE);
     },
 
     _initSignals: function() {


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