Add splash screen on Maemo, too. Switch to new splash pixmap. Fix bug
[dorian] / bookview.cpp
index f4606b7..96b9b6e 100644 (file)
@@ -202,6 +202,7 @@ void BookView::goToBookmark(const Book::Bookmark &bookmark)
             positionAfterLoad = bookmark.pos;
             loadContent(bookmark.part);
         } else {
+            emit partLoadEnd(contentIndex);
             goToPosition(bookmark.pos);
         }
     }