diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 18:01:41 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 22:07:38 +0200 |
commit | 645d131e5297764a853d504366f409b3952760b1 (patch) | |
tree | 91e3d6fba2a91dc297d50498c40531ccd288f61a /perl-install | |
parent | e4bbc5630f1cc8348e2eb9aba81e49d66f5081e2 (diff) | |
download | drakx-645d131e5297764a853d504366f409b3952760b1.tar drakx-645d131e5297764a853d504366f409b3952760b1.tar.gz drakx-645d131e5297764a853d504366f409b3952760b1.tar.bz2 drakx-645d131e5297764a853d504366f409b3952760b1.tar.xz drakx-645d131e5297764a853d504366f409b3952760b1.zip |
'advanced_title' is not actually deprecated
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index f0a40df1f..a74061856 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -549,7 +549,7 @@ ask_from_() takes global options ($common): =item * I<advanced_state>: (deprecated) if set to 1, force the "Advanced" part of the dialog to be opened initially -=item * I<advanced_title>: (deprecated) title of the advanced item popup dialog (else reusing main title) +=item * I<advanced_title>: title of the advanced item popup dialog (else reusing main title) =item * I<callbacks>: (deprecated) functions called when something happen: complete advanced ok_disabled |