From ae1bb48566a69eb0793af493fbe913d8d1a1392f Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 20 Dec 2001 19:29:02 +0000 Subject: API changed, so call changed --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 1126f8fbc..63b35c469 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -550,7 +550,7 @@ sub installPackages { $gc_text->set_foreground(gtkcolor(255, 255, 255)); foreach (@data) { my ($width, $height, $lines, $widths, $heights, $ascents, $descents) = get_text_coord ( - $_->[0], $style, $_->[3], $_->[4], 0, 1, 0); + $_->[0], $style, $_->[3], $_->[4], 1, 0, 1, 1); my $i = 0; foreach (@{$lines}) { $dbl_area->draw_string($style->font, $gc_text, ${$widths}[$i], ${$ascents}[$i] + ${$heights}[$i], $_); -- cgit v1.2.1