From 33c43be5cf16730914a5b46b6fc51d32b4046e48 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 16 Jan 2008 18:01:58 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ shell/ev-pixbuf-cache.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff1765e7..a659655d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-16 Carlos Garcia Campos + + * shell/ev-pixbuf-cache.c: (add_job): + + Initialize include_images variable as FALSE instead of TRUE. + 2008-01-15 Nickolay V. Shmyrev * configure.ac: diff --git a/shell/ev-pixbuf-cache.c b/shell/ev-pixbuf-cache.c index e2d02756..3403873c 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; -- 2.43.5