From: Carlos Garcia Campos Date: Wed, 16 Jan 2008 18:01:58 +0000 (+0000) Subject: Initialize include_images variable as FALSE instead of TRUE. X-Git-Tag: EVINCE_2_21_90~41 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;ds=sidebyside;h=33c43be5cf16730914a5b46b6fc51d32b4046e48;hp=cdd61494dba54126589d00a0ab002270838f834f;p=evince.git 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 --- 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;