[gnome-maps/wip/mlundblad/search-as-you-type: 14/18] routeEntry:	Don't set parseOnFocusOut
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-maps/wip/mlundblad/search-as-you-type: 14/18] routeEntry:	Don't set parseOnFocusOut
- Date: Sun,  2 Jun 2019 13:38:19 +0000 (UTC)
commit e5ec8012d28ae22d4c4e81fa078ff27eb0048926
Author: Marcus Lundblad <ml update uu se>
Date:   Wed May 22 21:46:38 2019 +0200
    routeEntry: Don't set parseOnFocusOut
    
    The "parseOnFocusOut" property on the
    search entry is not going to be used
    with search-as-you-type.
 src/routeEntry.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/routeEntry.js b/src/routeEntry.js
index 76235dd..ac2e278 100644
--- a/src/routeEntry.js
+++ b/src/routeEntry.js
@@ -106,7 +106,6 @@ var RouteEntry = GObject.registerClass({
                                                 hexpand: true,
                                                 receives_default: true,
                                                 mapView: this._mapView,
-                                                parseOnFocusOut: true,
                                                 maxChars: 15 });
         if (this._point) {
             entry.bind_property('place',
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]