Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 45fc014..f2f879b 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -295,7 +295,7 @@ ev_view_realize (GtkWidget *widget)
gdk_window_show (view->bin_window);
widget->style = gtk_style_attach (widget->style, view->bin_window);
- gtk_style_set_background (widget->style, view->bin_window, GTK_STATE_NORMAL);
+ gdk_window_set_background (view->bin_window, &widget->style->mid[widget->state]);
if (view->document) {
ev_document_set_target (view->document, view->bin_window);