[gnome-maps] Only use the loupe icon on the main search



commit 00c24a247313118e456a07ede9d99c302d8f3af4
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Mon Sep 1 20:08:18 2014 +0200

    Only use the loupe icon on the main search
    
    Do not display the loupe icon on the route planning
    PlaceEntries.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733554

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


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