<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Trivial patch.<br>
      <pre>Small error was introduced in commit 25aa80846b84c. The dive.location was shown in the DiveList instead of the intended dive.number.</pre>
      <title></title>
      <meta name="generator" content="LibreOffice 5.0.4.2 (Linux)">
      <style type="text/css">
                @page { margin: 0.79in }
                p { margin-bottom: 0.1in; line-height: 120% }
        </style>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <pre>
Signed-off-by: Jan Mulder <a class="moz-txt-link-rfc2396E" href="mailto:jlmulder@xs4all.nl"><jlmulder@xs4all.nl></a>
---
 qt-mobile/qml/DiveList.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml
index 1a49db2..53d71d0 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
-- 
2.7.0</pre>
      <title></title>
      <meta name="generator" content="LibreOffice 5.0.4.2 (Linux)">
      <style type="text/css">
                @page { margin: 0.79in }
                p { margin-bottom: 0.1in; line-height: 120% }best,</style>best,
      <pre>
--jan</pre>
    </div>
  </body>
</html>