diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-08 09:06:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-08 09:06:02 +0000 |
commit | 7ab34e7eba1eaaf36ead9659785c2d1de536948c (patch) | |
tree | a0665ba34ee0dec92b6b7b44dfa2024144fd7cc2 | |
parent | 5fe6c906fb0c6fc71ca423d365aa3a356017f002 (diff) | |
download | drakx-7ab34e7eba1eaaf36ead9659785c2d1de536948c.tar drakx-7ab34e7eba1eaaf36ead9659785c2d1de536948c.tar.gz drakx-7ab34e7eba1eaaf36ead9659785c2d1de536948c.tar.bz2 drakx-7ab34e7eba1eaaf36ead9659785c2d1de536948c.tar.xz drakx-7ab34e7eba1eaaf36ead9659785c2d1de536948c.zip |
use option menu for resolutions list
-rwxr-xr-x | perl-install/standalone/draksplash | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash index 57222eaec..a125d453d 100755 --- a/perl-install/standalone/draksplash +++ b/perl-install/standalone/draksplash @@ -79,7 +79,12 @@ my %first = ('frame' => new Gtk2::Frame(N("first step creation")), 'combo' => { 'res' => ['800x600', '1024x768', '1280x1024'], 'name' => [ $theme{name} , giv_exist_thm() ] - } + }, + extras => { + res => { + noneditable => 1, + }, + }, }, 'pos' => [ 'name', 'res', 'file', 'boot_conf', #'save', #'kill' ], |