evince r2829 - in trunk: . shell



Author: carlosgc
Date: Wed Jan 16 18:01:58 2008
New Revision: 2829
URL: http://svn.gnome.org/viewvc/evince?rev=2829&view=rev

Log:
2008-01-16  Carlos Garcia Campos  <carlosgc gnome org>
	* shell/ev-pixbuf-cache.c: (add_job):
	Initialize include_images variable as FALSE instead of TRUE.


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	Wed Jan 16 18:01:58 2008
@@ -611,7 +611,7 @@
 	gboolean include_links = FALSE;
 	gboolean include_text = FALSE;
 	gboolean include_selection = FALSE;
-	gboolean include_images = TRUE;
+	gboolean include_images = FALSE;
 	gboolean include_forms = FALSE;
 	GdkColor *text, *base;
 



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