Small Maemo fixes. Still has problems with restoring previous reading
[dorian] / mainwindow.cpp
index 4ab3b90..2aa7abe 100755 (executable)
@@ -182,7 +182,7 @@ void MainWindow::showRegular()
 {
     TRACE;
 
-    // Re-parent children
+    view->setLastBookmark();
     fullScreenWindow->leaveBookView();
     takeBookView(view, prog, prev, next);
 
@@ -194,7 +194,7 @@ void MainWindow::showBig()
 {
     TRACE;
 
-    // Re-parent children
+    view->setLastBookmark();
     leaveBookView();
     fullScreenWindow->takeBookView(view, prog, prev, next);