[gnome-maps/wip/routing2: 15/18] fixup routequery
- From: Mattias Bengtsson <mattiasb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/routing2: 15/18] fixup routequery
- Date: Fri, 2 May 2014 22:50:42 +0000 (UTC)
commit 152c255a12b60daec1366728dcc7561807a0eae4
Author: Mattias Bengtsson <mattias jc bengtsson gmail com>
Date: Sat May 3 00:44:02 2014 +0200
fixup routequery
src/routeQuery.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/routeQuery.js b/src/routeQuery.js
index c2ff2b4..8f1fcd3 100644
--- a/src/routeQuery.js
+++ b/src/routeQuery.js
@@ -33,8 +33,8 @@ const Transportation = {
PEDESTRIAN: 2
};
-const Query = new Lang.Class({
- Name: 'Query',
+const RouteQuery = new Lang.Class({
+ Name: 'RouteQuery',
Extends: GObject.Object,
Properties: {
'from': GObject.ParamSpec.object('from',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]