summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 15:08:58 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 15:08:58 +0000
commit3a54924cac6b4fc655d6ec1d3bd9c25acd69ec65 (patch)
tree447081a22029e515b7a97b7a94252d4e48ae1db0 /perl-install/install
parentd9c7e5c1dc8731d53103ac274744dc5e81488899 (diff)
downloaddrakx-backup-do-not-use-3a54924cac6b4fc655d6ec1d3bd9c25acd69ec65.tar
drakx-backup-do-not-use-3a54924cac6b4fc655d6ec1d3bd9c25acd69ec65.tar.gz
drakx-backup-do-not-use-3a54924cac6b4fc655d6ec1d3bd9c25acd69ec65.tar.bz2
drakx-backup-do-not-use-3a54924cac6b4fc655d6ec1d3bd9c25acd69ec65.tar.xz
drakx-backup-do-not-use-3a54924cac6b4fc655d6ec1d3bd9c25acd69ec65.zip
(summary_prompt) remove useless left filler now that labels are aligned to the right
Diffstat (limited to 'perl-install/install')
-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 abbb9cb3b..f2737b767 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -642,7 +642,7 @@ sub summary_prompt {
}
$e->{widget} = gtknew('Label_Right', width => $::real_windowwidth * 0.72, alignment => [ 1, 1 ]);
- push @table, [], [ gtknew('HBox', spacing => 30, children_tight => [ '', $e->{widget} ]),
+ push @table, [], [ gtknew('HBox', spacing => 30, children_tight => [ $e->{widget} ]),
gtknew('Button', text => N("Configure"), clicked => sub {
$w->{rwindow}->hide;
my ($old_icon, $old_title) = get_default_step_items();