From b1bed03353e98b968e3f371446b02837f9e3baf7 Mon Sep 17 00:00:00 2001 From: rootavish Date: Mon, 21 Jul 2014 19:22:22 +0530 Subject: Program no longer segfaults, but does not give thumbnails The loading icons for all thumbnails are displayed, but the program does not segfault. Also realized that the absurd resizing of the window was due to the ephy-zoom action on the webview window. Will fix that in the next commit. Will also think of some workaround for screenshots. For now committed this code so that this can act as a clean slate if I screw up somewhere. --- shell/ev-sidebar-thumbnails.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'shell/ev-sidebar-thumbnails.c') diff --git a/shell/ev-sidebar-thumbnails.c b/shell/ev-sidebar-thumbnails.c index 92f24c2a..5c4cb4be 100644 --- a/shell/ev-sidebar-thumbnails.c +++ b/shell/ev-sidebar-thumbnails.c @@ -374,9 +374,6 @@ clear_range (EvSidebarThumbnails *sidebar_thumbnails, result = gtk_tree_model_iter_next (GTK_TREE_MODEL (priv->list_store), &iter), start_page ++) { EvJobThumbnail *job; - if (priv->document->iswebdocument == TRUE) { - EV_JOB(job)->run_mode = EV_JOB_RUN_MAIN_LOOP ; - } GdkPixbuf *loading_icon = NULL; gint width, height; -- cgit v1.2.1