evince r3215 - in trunk: . shell



Author: carlosgc
Date: Sat Oct  4 17:45:29 2008
New Revision: 3215
URL: http://svn.gnome.org/viewvc/evince?rev=3215&view=rev

Log:
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.

Modified:
   trunk/ChangeLog
   trunk/shell/ev-pixbuf-cache.c

Modified: trunk/shell/ev-pixbuf-cache.c
==============================================================================
--- trunk/shell/ev-pixbuf-cache.c	(original)
+++ trunk/shell/ev-pixbuf-cache.c	Sat Oct  4 17:45:29 2008
@@ -502,6 +502,7 @@
 		      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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]