[gnome-maps] mainWindow: Reveal sidebar when query is updated
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] mainWindow: Reveal sidebar when query is updated
- Date: Sat, 1 Nov 2014 11:41:07 +0000 (UTC)
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]