[gnome-maps/wip/routing2: 15/18] fixup routequery



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]