[gnome-maps] transitLegRow: Propagate the "print" property to the route label



commit 6aa9e74749041d25d7921ff85c36412427c7e3a9
Author: Marcus Lundblad <ml update uu se>
Date:   Wed Jun 28 22:41:09 2017 +0200

    transitLegRow: Propagate the "print" property to the route label
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783602

 src/transitLegRow.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/transitLegRow.js b/src/transitLegRow.js
index e3b4ecf..83cf6cb 100644
--- a/src/transitLegRow.js
+++ b/src/transitLegRow.js
@@ -85,6 +85,7 @@ var TransitLegRow = new Lang.Class({
         if (this._leg.transit) {
             let routeLabel = new TransitRouteLabel.TransitRouteLabel({
                                     leg: this._leg,
+                                    print: this._print
                                  });
 
             this._routeGrid.add(routeLabel);


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