From 33c43be5cf16730914a5b46b6fc51d32b4046e48 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 16 Jan 2008 18:01:58 +0000 Subject: Initialize include_images variable as FALSE instead of TRUE. 2008-01-16 Carlos Garcia Campos * shell/ev-pixbuf-cache.c: (add_job): Initialize include_images variable as FALSE instead of TRUE. svn path=/trunk/; revision=2829 --- (limited to 'shell') diff --git a/shell/ev-pixbuf-cache.c b/shell/ev-pixbuf-cache.c index e2d0275..3403873 100644 --- a/shell/ev-pixbuf-cache.c +++ b/shell/ev-pixbuf-cache.c @@ -611,7 +611,7 @@ add_job (EvPixbufCache *pixbuf_cache, 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; -- cgit v0.9.1