~bibledit/bibledit/client

« back to all changes in this revision

Viewing changes to navigation/passage.cpp

  • Committer: teusjannette at gmail
  • Date: 2021-04-06 05:17:40 UTC
  • Revision ID: teusjannette@gmail.com-20210406051740-ph3m0o1igy071m94
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
574
574
  
575
575
  // Store book / chapter / verse.
576
576
  Ipc_Focus::set (request, new_passage.book, new_passage.chapter, convert_to_int (new_passage.verse));
 
577
  Navigation_Passage::recordHistory (request, new_passage.book, new_passage.chapter, convert_to_int (new_passage.verse));
577
578
}
578
579
 
579
580