diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-25 20:16:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-25 20:16:29 +0000 |
commit | 3e44ea5400198312a2b77f9f224f67385778e8ba (patch) | |
tree | 8a73bb48e20db90abc4f781d85663c129c1c6fb1 /perl-install | |
parent | 50d7dab85114fb42f83f7cd7d4fa7c5f22c282b5 (diff) | |
download | drakx-3e44ea5400198312a2b77f9f224f67385778e8ba.tar drakx-3e44ea5400198312a2b77f9f224f67385778e8ba.tar.gz drakx-3e44ea5400198312a2b77f9f224f67385778e8ba.tar.bz2 drakx-3e44ea5400198312a2b77f9f224f67385778e8ba.tar.xz drakx-3e44ea5400198312a2b77f9f224f67385778e8ba.zip |
add a fields data structure:
- put together field translation and field description
- this enable to get rid of %reverse_fields usage & creation
- this ensure all field names & translations are marked translatables
for gettext
- move $wait declaration around its usage and explicit its destruction
- remove usb debugging message needed to trace the null description
bug i fixed in ldetect
- simplify the device fields rendering "because of" the above
- simplify the help window creation/display/destruction (only one
statement left)
- explicitely call interactive->exit
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/ui.pm | bin | 9935 -> 10035 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm Binary files differindex b8cb0d371..552dc0226 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm |