From eef5bf75c36ed40cf1d9920556e9fb04a5d611c3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 21 Jan 2016 12:22:15 -0800 Subject: QML UI: fix map display regression In commit 6540e95425eb ("dive details navigation") the change to access the gps variable was only partially implemented. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/DiveDetailsView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt-mobile') diff --git a/qt-mobile/qml/DiveDetailsView.qml b/qt-mobile/qml/DiveDetailsView.qml index 3023330d9..8265a621a 100644 --- a/qt-mobile/qml/DiveDetailsView.qml +++ b/qt-mobile/qml/DiveDetailsView.qml @@ -47,8 +47,8 @@ Item { MouseArea { anchors.fill: parent onClicked: { - if (gps !== "") - manager.showMap(gps) + if (dive.gps !== "") + manager.showMap(dive.gps) } } } -- cgit v1.2.3-70-g09d2