From 475038ae4cc909d7eb3406c45763ebddf532ff12 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 Nov 2013 18:18:33 +0100 Subject: we don't care about setting root window's background color rationale: the MDV_Notebook widget draws on top of it anyway... --- perl-install/install/gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install/gtk.pm') diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index d44214913..6518d63ba 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -106,7 +106,6 @@ sub install_theme { my $win = gtknew('Window', widget_name => 'background', title => 'root window'); $win->set_type_hint('desktop'); # for matchbox window manager $win->realize; - mygtk3::set_root_window_background_with_gc($win->style->bg_gc('normal')); $root_window = $win; } -- cgit v1.2.1