X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=qml%2Fpages%2FJourneyList.qml;h=1708d2021a7c0054876ba59384ae83219a09efcf;hb=2661a17e25bcd4e94aeef1c6c136a6e5ba891f41;hp=8ecc9b8c9f040524f832083798115c17aeddc32e;hpb=cc1952786f991bf5d584bbbffb554b0c40cec401;p=harbour-pedalo.git diff --git a/qml/pages/JourneyList.qml b/qml/pages/JourneyList.qml index 8ecc9b8..1708d20 100644 --- a/qml/pages/JourneyList.qml +++ b/qml/pages/JourneyList.qml @@ -39,7 +39,7 @@ Page { color: delegate.highlighted ? Theme.highlightColor : Theme.primaryColor } } - onClicked: pageStack.push(Qt.resolvedUrl("JourneyEdit.qml"), {title: "Edit journey", index: index, start: journeymodel.epochToDateTime(start), duration: duration, overtook: overtook, overtakenby: overtakenby}) + onClicked: pageStack.push(Qt.resolvedUrl("JourneyInfo.qml"), {title: "Journey info", index: index, start: journeymodel.epochToDateTime(start), duration: duration, overtook: overtook, overtakenby: overtakenby}) Component { id: journeyMenuComponent