[gnome-maps] Notify on mode change



commit 9ad6ded8a4563c36f9eaa3f9fdebfc09c28b3c6c
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Wed Mar 11 19:52:20 2015 +0100

    Notify on mode change

 src/routeQuery.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/routeQuery.js b/src/routeQuery.js
index 212d1b6..2a8fef5 100644
--- a/src/routeQuery.js
+++ b/src/routeQuery.js
@@ -141,6 +141,7 @@ const RouteQuery = new Lang.Class({
     set transportation(transportation) {
         this._transportation = transportation;
         this.notify('transportation');
+        this.notify('points');
     },
     get transportation() {
         return this._transportation;


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