[gnome-maps/wip/jonasdn/storedRoute: 115/118] mainWindow: Match stored routes



commit 48d7315fe0533e676a01fda8e2b2657e29b88941
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Thu Feb 12 20:45:26 2015 +0100

    mainWindow: Match stored routes

 src/mainWindow.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index f2f8011..02ff04c 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -105,7 +105,8 @@ const MainWindow = new Lang.Class({
                                                      margin_start:  6,
                                                      margin_end:    6,
                                                      width_request: 500,
-                                                     loupe:         true
+                                                     loupe:         true,
+                                                     matchRoute:    true
                                                    });
         placeEntry.connect('notify::place', (function() {
             if (placeEntry.place) {


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