diff options
Diffstat (limited to 'perl-install/standalone/draksplash')
-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' ], |