From 2fee7e257ca76d35608c884d52eb346b187fe618 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 04 Oct 2008 17:45:29 +0000 Subject: Emit the job finished signal when the job is handled before the page_ready 2008-10-04 Carlos Garcia Campos * shell/ev-pixbuf-cache.c: (copy_job_to_job_info): Emit the job finished signal when the job is handled before the page_ready callback. svn path=/trunk/; revision=3215 --- (limited to 'shell') diff --git a/shell/ev-pixbuf-cache.c b/shell/ev-pixbuf-cache.c index d8927f1..d9252fd 100644 --- a/shell/ev-pixbuf-cache.c +++ b/shell/ev-pixbuf-cache.c @@ -502,6 +502,7 @@ copy_job_to_job_info (EvJobRender *job_render, EvPixbufCache *pixbuf_cache) { if (!job_info->page_ready) { + g_signal_emit (pixbuf_cache, signals[JOB_FINISHED], 0, job_info->region); copy_job_page_and_selection_to_job_info (job_render, job_info, pixbuf_cache); -- cgit v0.9.1