We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82db9ce commit 4ecb058Copy full SHA for 4ecb058
1 file changed
libview/ev-jobs.c
@@ -876,8 +876,6 @@ snapshot_callback(WebKitWebView *webview,
876
gtk_widget_destroy (gtk_widget_get_toplevel (GTK_WIDGET (webview)));
877
}
878
879
-#endif /* ENABLE_EPUB */
880
-
881
static void
882
web_thumbnail_get_screenshot_cb (WebKitWebView *webview,
883
WebKitLoadEvent event,
@@ -910,6 +908,8 @@ webview_load_failed_cb (WebKitWebView *webview,
910
908
return TRUE;
911
909
912
+#endif /* ENABLE_EPUB */
+
913
static gboolean
914
ev_job_thumbnail_run (EvJob *job)
915
{
0 commit comments