2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
* 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
+2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * 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.
+
2008-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (launch_action):
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);