Skip to content

Instantly share code, notes, and snippets.

@greg-hellings
Created March 18, 2013 14:46
Show Gist options
  • Save greg-hellings/5187655 to your computer and use it in GitHub Desktop.
Save greg-hellings/5187655 to your computer and use it in GitHub Desktop.
diff --git a/src/main/display.cc b/src/main/display.cc
index 156d226..e532023 100644
--- a/src/main/display.cc
+++ b/src/main/display.cc
@@ -1137,10 +1137,10 @@ GTKChapDisp::getVerseBefore(SWModule &imodule)
key->setAutoNormalize(oldAutoNorm);
+ key->setTestament(curTest);
key->setBook(curBook);
key->setChapter(chapter);
key->setVerse(curVerse);
- key->setTestament(curTest);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment