summaryrefslogtreecommitdiff
path: root/backend/epub/epub-document.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/epub/epub-document.c')
-rw-r--r--backend/epub/epub-document.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c
index 1fb375a3..fe483a68 100644
--- a/backend/epub/epub-document.c
+++ b/backend/epub/epub-document.c
@@ -124,9 +124,10 @@ epub_document_thumbnails_get_thumbnail (EvDocumentThumbnails *document,
cairo_surface_t *webpage;
GdkPixbuf *thumbnailpix = NULL ;
gint width,height;
- epub_document_thumbnails_get_dimensions(document,rc,&width,&height);
- webpage = ev_document_misc_surface_rotate_and_scale(rc->page->backend_page,width,height,0);
- thumbnailpix = ev_document_misc_pixbuf_from_surface(webpage);
+ epub_document_thumbnails_get_dimensions (document, rc, &width, &height);
+ webpage = ev_document_misc_surface_rotate_and_scale (rc->page->backend_page,
+ width, height, 0);
+ thumbnailpix = ev_document_misc_pixbuf_from_surface (webpage);
return thumbnailpix;
}