[sword-svn] r165 - trunk/src/SwordReader_GUI

dtrotzjr at www.crosswire.org dtrotzjr at www.crosswire.org
Sat Aug 2 08:36:51 MST 2008


Author: dtrotzjr
Date: 2008-08-02 08:36:50 -0700 (Sat, 02 Aug 2008)
New Revision: 165

Modified:
   trunk/src/SwordReader_GUI/SRModuleView.cpp
Log:
Fixed issue where last verse on first page is loaded twice.

Modified: trunk/src/SwordReader_GUI/SRModuleView.cpp
===================================================================
--- trunk/src/SwordReader_GUI/SRModuleView.cpp	2008-08-02 04:03:58 UTC (rev 164)
+++ trunk/src/SwordReader_GUI/SRModuleView.cpp	2008-08-02 15:36:50 UTC (rev 165)
@@ -125,7 +125,7 @@
     if(!fInThread)
         keyCur.Verse(1);
     else
-        keyCur.Verse(m_nLoadedTill);
+        keyCur.Verse(m_nLoadedTill + 1);
     
     buf = "<html><body>";
     AddText(buf.w_str(), buf.length()); // a <style> section presumably gets skipped




More information about the sword-cvs mailing list