]> www.fi.muni.cz Git - evince.git/commitdiff
make the bg color darker.
authorJonathan Blandford <jrb@redhat.com>
Thu, 20 Jan 2005 23:56:56 +0000 (23:56 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Thu, 20 Jan 2005 23:56:56 +0000 (23:56 +0000)
Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>

        * shell/ev-view.c (ev_view_realize): make the bg color darker.

ChangeLog
shell/ev-view.c

index e820e7d583924e52cd117ff0458331933b72a898..1c2218fec7a3c348d4414596703bac402ae1f7a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 45fc0147d60a083c63977b197ed47e25d2cb4f87..f2f879b8bb7261f94c805022ee20e802095a38ee 100644 (file)
@@ -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);