]> www.fi.muni.cz Git - evince.git/commitdiff
Initialize include_images variable as FALSE instead of TRUE.
authorCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 16 Jan 2008 18:01:58 +0000 (18:01 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Wed, 16 Jan 2008 18:01:58 +0000 (18:01 +0000)
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.

svn path=/trunk/; revision=2829

ChangeLog
shell/ev-pixbuf-cache.c

index ff1765e71b11563aec5b827db53fec3424113d11..a659655dfe4c8d19e359f34e613634975c93a257 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+       
 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * configure.ac:
index e2d02756870d93918cf08e817c4af453a55820a3..3403873cffeb97ff91bbac90302ab62490de13a2 100644 (file)
@@ -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;