diff options
Diffstat (limited to 'notebookview.cc')
-rw-r--r-- | notebookview.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notebookview.cc b/notebookview.cc index 9553451..2bca4f7 100644 --- a/notebookview.cc +++ b/notebookview.cc @@ -163,7 +163,7 @@ bool NotebookView::createPages() if (pens.isEmpty()) return false; // Failure to open paperreplay data is not fatal - bool haveReplay = _replay->open(_replayPath, pens[0], _nb->guid()); + bool haveReplay = _replay->open(_replayPath, _nb->guid()); QList<int> pagesWithStrokes = _nb->pagesWithStrokes(pens.first()); Q_ASSERT(_pages.isEmpty()); |