Updated qml files to reflect C++ changes
[quandoparte] / application / resources / harmattan / qml / StationListPage.js
index 09cbafb..300d9e0 100644 (file)
@@ -19,7 +19,7 @@ function loadStation(name)
         stationListPage.stationView = view
         pageStack.push(view)
         view.html = "<h1>Loading station " + name + "</h1><p>Lorem ipsum</p>"
-        provider.stationSchedule(name)
+        view.name = name
     }
     else
         console.log('Cannot load component: ' + component.errorString());