Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
* shell/ev-view.c (ev_view_realize): make the bg color darker.
+Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * shell/ev-view.c (ev_view_realize): make the bg color darker.
+
2005-01-20 Martin Kretzschmar <martink@gnome.org>
* shell/ev-view.c (set_document_page): unset has_selection when
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);