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
+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:
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;