summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-11 17:27:52 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-11 17:27:52 +0000
commit556417b34baa686694f48341c60effb171f56b43 (patch)
tree4ced0ec00b42202c8784ad8fe2981694d69486b1 /perl-install/install/steps_gtk.pm
parentfa0f865c4fad36af07b0f0be77e823a680780100 (diff)
downloaddrakx-556417b34baa686694f48341c60effb171f56b43.tar
drakx-556417b34baa686694f48341c60effb171f56b43.tar.gz
drakx-556417b34baa686694f48341c60effb171f56b43.tar.bz2
drakx-556417b34baa686694f48341c60effb171f56b43.tar.xz
drakx-556417b34baa686694f48341c60effb171f56b43.zip
(reallyChooseDesktop) pack button at end
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 0315e2d46..830d7613c 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -261,7 +261,7 @@ sub reallyChooseDesktop {
gtkpack_(Gtk2::VBox->new,
0, N("Here's a preview of the '%s' desktop.", $val->[1]),
1, gtknew('Image', file => "desktop-$val->[0]-big"),
- 0, gtkpack(create_hbox('edge'),
+ 0, gtkpack(create_hbox('end'),
gtknew('Button', text => N("Close"), clicked => sub { Gtk2->main_quit })
),
),