From 1cb96e7ce6a17a54f4c5e8141ceb4dbea5aeacc5 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 11 Mar 2003 21:47:19 +0000 Subject: the shadow behind the new adverts looks ugly, remove it --- perl-install/install_steps_gtk.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 57eb14498..f3e8188d5 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -526,8 +526,6 @@ sub installPackages { $y + ${$heights}[$i] + $decy, $layout); }; - $draw_lay->($darea->style->white_gc, 1, 1); - $bold and $draw_lay->($darea->style->white_gc, 2, 1); $draw_lay->($darea->style->black_gc, 0, 0); $bold and $draw_lay->($darea->style->black_gc, 1, 0); $layout->unref; -- cgit v1.2.1