diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-28 17:24:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-28 17:24:04 +0000 |
commit | 5008224f512a74c23d5c5986a13f5bea5e255b04 (patch) | |
tree | c724b1b10b492005148900cfe2b8cb0a4b50f19f /mdkonline | |
parent | 6cf2f91348b779985459446cca1515b5dbbf8b1e (diff) | |
download | mgaonline-5008224f512a74c23d5c5986a13f5bea5e255b04.tar mgaonline-5008224f512a74c23d5c5986a13f5bea5e255b04.tar.gz mgaonline-5008224f512a74c23d5c5986a13f5bea5e255b04.tar.bz2 mgaonline-5008224f512a74c23d5c5986a13f5bea5e255b04.tar.xz mgaonline-5008224f512a74c23d5c5986a13f5bea5e255b04.zip |
center subdialogs on main window
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -97,7 +97,10 @@ my $wiz = welcome => { name => N("This assistant will help you to upload your configuration\n(packages, hardware configuration) to a centralized database in\norder to keep you informed about security updates and useful upgrades.\n"), no_back => 1, - next => 'choices' + post => sub { + $::main_window = $::WizardWindow; # center subdialogs on main window + 'choices'; + } }, choices => { name => N("Account creation or authentication"), |