show dive.number instead of double location

Small error was introduced in commit 25aa80846b. The dive.location was
shown in the DiveList instead of the intended dive.number

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Jan Mulder 2016-01-08 22:07:00 +01:00 committed by Dirk Hohndel
parent b1f90b6aa0
commit aa6aa416bf

View file

@ -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