[gnome-maps] mainWindow: Reveal sidebar when query is updated



commit 87c87cd49d7c90b03b2bc44a25fc4da541549ea2
Author: Jonas Danielsson <jonas danielsson threetimestwo org>
Date:   Mon Oct 6 05:26:40 2014 -0400

    mainWindow: Reveal sidebar when query is updated
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737775

 src/mainWindow.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index fdad836..cc0b8ea 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -117,7 +117,7 @@ const MainWindow = new Lang.Class({
 
     _createSidebar: function() {
         let sidebar = new Sidebar.Sidebar(this.mapView);
-        Application.routeService.route.connect('update',
+        Application.routeService.query.connect('notify',
                                                this._setRevealSidebar.bind(this, true));
         sidebar.bind_property('reveal-child',
                               this.mapView, 'routeVisible',


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