summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-06 18:18:33 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 23:28:14 +0100
commit475038ae4cc909d7eb3406c45763ebddf532ff12 (patch)
tree0a0e17cd4ee6b5938e8f5e169d508a17bce8f159 /perl-install/install/gtk.pm
parent5bbec3f3d0ed92818c34af72b3544bcef1be8cff (diff)
downloaddrakx-475038ae4cc909d7eb3406c45763ebddf532ff12.tar
drakx-475038ae4cc909d7eb3406c45763ebddf532ff12.tar.gz
drakx-475038ae4cc909d7eb3406c45763ebddf532ff12.tar.bz2
drakx-475038ae4cc909d7eb3406c45763ebddf532ff12.tar.xz
drakx-475038ae4cc909d7eb3406c45763ebddf532ff12.zip
we don't care about setting root window's background color
rationale: the MDV_Notebook widget draws on top of it anyway...
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm1
1 files changed, 0 insertions, 1 deletions
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;
}