summaryrefslogtreecommitdiffstats
path: root/docs/ka_method/html
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2010-05-04 09:37:32 +0000
committerPascal Terjan <pterjan@mandriva.org>2010-05-04 09:37:32 +0000
commitec22e8c7e2e0fca6109a6601ded4edd2cbff167c (patch)
tree441e6f6fbbae3107b5cbaa41f47b683bb8d55b4f /docs/ka_method/html
parent90d4fc763bfddf81b58000589620fc24ed325127 (diff)
downloaddrakx-ec22e8c7e2e0fca6109a6601ded4edd2cbff167c.tar
drakx-ec22e8c7e2e0fca6109a6601ded4edd2cbff167c.tar.gz
drakx-ec22e8c7e2e0fca6109a6601ded4edd2cbff167c.tar.bz2
drakx-ec22e8c7e2e0fca6109a6601ded4edd2cbff167c.tar.xz
drakx-ec22e8c7e2e0fca6109a6601ded4edd2cbff167c.zip
move crc32c out of fs, various is always included so it's fine there
Diffstat (limited to 'docs/ka_method/html')
0 files changed, 0 insertions, 0 deletions
style='width: 50.0%;'/>
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index e3b65e569..ca0d8ba6a 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -146,7 +146,7 @@ sub create_steps_window {
my $offset = 20;
$o->{steps_window} =
gtknew('Window', width => ($::stepswidth - $offset), widget_name => 'Steps',
- position => [ lang::text_direction_rtl() ? ($::rootwidth - $::stepswidth - $offset) : $offset, 150 ],
+ position => [ lang::text_direction_rtl() ? $::rootwidth - $::stepswidth : $offset, 150 ],
child => gtknew('VBox', spacing => 6, children_tight => \@l));
$o->{steps_window}->show;
}