From f64c109d26ec74b33ea64d45fac5ab34bb0fdcda Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 11 Mar 2003 19:04:40 +0000 Subject: new advertisement will be with grey background --- perl-install/install_steps_gtk.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 1b5aa6862..57eb14498 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -526,10 +526,10 @@ sub installPackages { $y + ${$heights}[$i] + $decy, $layout); }; - $draw_lay->($darea->style->black_gc, 1, 1); - $bold and $draw_lay->($darea->style->black_gc, 2, 1); - $draw_lay->($darea->style->white_gc, 0, 0); - $bold and $draw_lay->($darea->style->white_gc, 1, 0); + $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; $i++; } -- cgit v1.2.1