Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-pixbuf-cache.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-01-18 15:48:08 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-01-18 15:48:08 (GMT)
commit0a36202909c5b5d6e015b7d3668ae51dfce30e47 (patch)
tree0dcd8ad5f7235225c1b5b320550a2d7006daf2fa /shell/ev-pixbuf-cache.c
parent77fcdc9b30af27a2a43fb926ced18f0558eb949b (diff)
Do not draw white background page in presentation mode.
2007-01-18 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_expose_event), (draw_one_page): Do not draw white background page in presentation mode. svn path=/trunk/; revision=2234
Diffstat (limited to 'shell/ev-pixbuf-cache.c')
-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 885c11a..dbabf1c 100644
--- a/shell/ev-pixbuf-cache.c
+++ b/shell/ev-pixbuf-cache.c
@@ -701,7 +701,7 @@ ev_pixbuf_cache_get_link_mapping (EvPixbufCache *pixbuf_cache,
EV_JOB (job_info->job)->finished) {
copy_job_to_job_info (EV_JOB_RENDER (job_info->job), job_info, pixbuf_cache);
}
-
+
return job_info->link_mapping;
}