<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 8, 2016 at 7:14 PM, Jan Mulder <span dir="ltr"><<a href="mailto:jlmulder@xs4all.nl" target="_blank">jlmulder@xs4all.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>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></div></div></blockquote><div><br></div><div>my bad - I was experimenting stuff.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000"><div>
      
      
      
      
      <pre>Signed-off-by: Jan Mulder <a href="mailto:jlmulder@xs4all.nl" target="_blank"><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><span class="HOEnZb"><font color="#888888">
      
      
      best,
      <pre>--jan</pre>
    </font></span></div>
  </div>

<br>_______________________________________________<br>
subsurface mailing list<br>
<a href="mailto:subsurface@subsurface-divelog.org">subsurface@subsurface-divelog.org</a><br>
<a href="http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface">http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface</a><br>
<br></blockquote></div><br></div></div>