Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-01-16 18:01:58 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-01-16 18:01:58 (GMT)
commit33c43be5cf16730914a5b46b6fc51d32b4046e48 (patch)
tree2c90db29848a801cb8d591f70fda71999a58e63b /shell
parentcdd61494dba54126589d00a0ab002270838f834f (diff)
Initialize include_images variable as FALSE instead of TRUE.
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
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-pixbuf-cache.c2
1 files changed, 1 insertions, 1 deletions
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;