[gnome-maps] routeService: Specify notify signal
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] routeService: Specify notify signal
- Date: Tue, 24 Feb 2015 19:24:11 +0000 (UTC)
commit 3e466a2c3c0bd97896818aa3d9212fa6fc26e32a
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Tue Feb 24 20:24:02 2015 +0100
routeService: Specify notify signal
src/routeService.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/routeService.js b/src/routeService.js
index 82aa727..12e6e91 100644
--- a/src/routeService.js
+++ b/src/routeService.js
@@ -51,7 +51,7 @@ const GraphHopper = new Lang.Class({
this._route = new Route.Route();
this._query = new RouteQuery.RouteQuery();
- this.query.connect('notify', (function() {
+ this.query.connect('notify::points', (function() {
if (this.query.isValid())
this.fetchRoute(this.query.filledPoints,
this._query.transportation);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]