summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-28 17:24:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-28 17:24:04 +0000
commit5008224f512a74c23d5c5986a13f5bea5e255b04 (patch)
treec724b1b10b492005148900cfe2b8cb0a4b50f19f /mdkonline
parent6cf2f91348b779985459446cca1515b5dbbf8b1e (diff)
downloadmgaonline-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-xmdkonline5
1 files changed, 4 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index 1519c6d6..3c68177c 100755
--- a/mdkonline
+++ b/mdkonline
@@ -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"),