diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 19:34:55 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-20 19:34:55 +0000 |
commit | 662a5c39e020c053151a4974427cfff64166c111 (patch) | |
tree | db10c56b79b004e63473437509e9d323394ef7c1 /perl-install/interactive.pm | |
parent | 19f5efa2b0c3cc95fe7348d56391eec57201425d (diff) | |
download | drakx-662a5c39e020c053151a4974427cfff64166c111.tar drakx-662a5c39e020c053151a4974427cfff64166c111.tar.gz drakx-662a5c39e020c053151a4974427cfff64166c111.tar.bz2 drakx-662a5c39e020c053151a4974427cfff64166c111.tar.xz drakx-662a5c39e020c053151a4974427cfff64166c111.zip |
oops i didn't understand the internals of wait_message hence breaking it. hopes that will fix.
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 503269535..b06ebdee2 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -437,8 +437,8 @@ sub wait_message { push @tempory::objects, $w if $temp; my $b = before_leaving { $o->wait_message_endW($w) }; - #- enable access through set_label - MDK::Common::Func::add_f4before_leaving(sub { $o->wait_message_nextW([ deref($_[1]) ], $w) }, $b, 'set_label'); + #- enable access through set + MDK::Common::Func::add_f4before_leaving(sub { $o->wait_message_nextW([ deref($_[1]) ], $w) }, $b, 'set'); $b; } |