summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-12-20 19:29:02 +0000
committerdamien <damien@mandriva.com>2001-12-20 19:29:02 +0000
commitae1bb48566a69eb0793af493fbe913d8d1a1392f (patch)
tree77557cbd0fa2b7ce5a5d2479b82f7f280b27c246 /perl-install/install_steps_gtk.pm
parent01034fdeef710f4a0edcb835bb0396bdfcc9b473 (diff)
downloaddrakx-backup-do-not-use-ae1bb48566a69eb0793af493fbe913d8d1a1392f.tar
drakx-backup-do-not-use-ae1bb48566a69eb0793af493fbe913d8d1a1392f.tar.gz
drakx-backup-do-not-use-ae1bb48566a69eb0793af493fbe913d8d1a1392f.tar.bz2
drakx-backup-do-not-use-ae1bb48566a69eb0793af493fbe913d8d1a1392f.tar.xz
drakx-backup-do-not-use-ae1bb48566a69eb0793af493fbe913d8d1a1392f.zip
API changed, so call changed
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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], $_);