summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 15:42:10 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 15:42:10 +0000
commit5bdc78c12f36fa46b1b9f28d8a870554dc0be5a0 (patch)
tree875db0a143f2a63f5380819474587b854d35a2f3 /perl-install/install/steps_gtk.pm
parent835d617741f8d758768bbb14e7a6f53dc0fa4a12 (diff)
downloaddrakx-backup-do-not-use-5bdc78c12f36fa46b1b9f28d8a870554dc0be5a0.tar
drakx-backup-do-not-use-5bdc78c12f36fa46b1b9f28d8a870554dc0be5a0.tar.gz
drakx-backup-do-not-use-5bdc78c12f36fa46b1b9f28d8a870554dc0be5a0.tar.bz2
drakx-backup-do-not-use-5bdc78c12f36fa46b1b9f28d8a870554dc0be5a0.tar.xz
drakx-backup-do-not-use-5bdc78c12f36fa46b1b9f28d8a870554dc0be5a0.zip
(ask_deselect_media__copy_on_disk) fix position of button (#29367)
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 f2737b767..04c0d5f50 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -720,7 +720,7 @@ It will then continue from the hard drive and the packages will remain available
0, gtknew('CheckButton', text => N("Copy whole CDs"), active_ref => $o_copy_rpms_on_disk),
0, gtknew('HSeparator'),
),
- 0, gtknew('HBox', children_tight => [
+ 0, gtknew('HButtonBox', layout => 'end', children_tight => [
gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }),
]),
)),