Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-15 19:11:50 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-07-15 19:11:50 (GMT)
commitcd9ceb034f67f4590d18ed61e41e74cb45de8cdf (patch)
tree0cad6a73f6e62c414b48d0ccab531dd5ce5c9ff0 /libview
parent112a5d9bbcab82dc413fafca5244e31c24569be7 (diff)
[libdocument] Use cairo instead of gdk_draw_rectangle()
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-view.c b/libview/ev-view.c
index d5f2a71..eee1b56 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -4214,7 +4214,7 @@ draw_one_page (EvView *view,
bin_window = gtk_layout_get_bin_window (GTK_LAYOUT (view));
current_page = ev_document_model_get_page (view->model);
inverted_colors = ev_document_model_get_inverted_colors (view->model);
- ev_document_misc_paint_one_page (bin_window,
+ ev_document_misc_paint_one_page (cr,
GTK_WIDGET (view),
page_area, border,
page == current_page,