From aa6aa416bf1772348b799bc599823ecb44cdcf3e Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Fri, 8 Jan 2016 22:07:00 +0100 Subject: show dive.number instead of double location Small error was introduced in commit 25aa80846b84c. The dive.location was shown in the DiveList instead of the intended dive.number Signed-off-by: Jan Mulder Signed-off-by: Dirk Hohndel --- qt-mobile/qml/DiveList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-mobile/qml/DiveList.qml') diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml index 1a49db29b..53d71d0c3 100644 --- a/qt-mobile/qml/DiveList.qml +++ b/qt-mobile/qml/DiveList.qml @@ -102,7 +102,7 @@ MobileComponents.Page { } MobileComponents.Label { id: numberText - text: "#" + dive.location + text: "#" + dive.number color: MobileComponents.Theme.textColor font.pointSize: subsurfaceTheme.smallPointSize opacity: 0.6 -- cgit v1.2.3-70-g09d2