diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-09 12:26:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-09 12:26:32 +0000 |
commit | fb20b93d595f0f3e94e906d13b7b8d33461a2d23 (patch) | |
tree | 50897aa022e16f4aa708b38891322b92cfbd0699 | |
parent | 2af7c0dcd34e6ac23ac3bf663997f24922431a79 (diff) | |
download | drakx-fb20b93d595f0f3e94e906d13b7b8d33461a2d23.tar drakx-fb20b93d595f0f3e94e906d13b7b8d33461a2d23.tar.gz drakx-fb20b93d595f0f3e94e906d13b7b8d33461a2d23.tar.bz2 drakx-fb20b93d595f0f3e94e906d13b7b8d33461a2d23.tar.xz drakx-fb20b93d595f0f3e94e906d13b7b8d33461a2d23.zip |
- module configuration window:
o read current options
o don't display ranges, we cannot really know when a range is
needed and so display them in wrong cases (kill code, enable us
to simplify modparm::parameters after
o read & parse modules.conf only when configuring the module, not
on each click in the tree
o move up "require module" since we use it above
o use get_options accessor instead of direct $conf access
o split the options string into a hash{option => value}
o don't call several times interactive->vnew
o fix busy cursor on window exit because of the previous change
-rw-r--r-- | perl-install/harddrake/ui.pm | bin | 9821 -> 9649 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 98c376015..57624e142 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm |