diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 06:12:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 06:12:07 +0000 |
commit | e80d8aea22eb4bf86af2679f4f984da7277eee53 (patch) | |
tree | 8761dbe50286443e968b658b666eb44173d5d599 /perl-install/standalone/drakboot | |
parent | 3983ff898098e7a79113318aa4dde65df50e4288 (diff) | |
download | drakx-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar drakx-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar.gz drakx-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar.bz2 drakx-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar.xz drakx-e80d8aea22eb4bf86af2679f4f984da7277eee53.zip |
make perl_checker happy
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 677a25ee7..5c3dac568 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -119,7 +119,7 @@ sub splash_choice() { silent => N("Silent"), ); my $mode_combo = Gtk2::ComboBox->new_with_strings([ values %modes ], $modes{$theme->{enabled} ? $cmdline =~ /\bsplash=silent\b/ ? 'silent' : 'verbose' : 'text'}); - $mode_combo->entry->signal_connect( changed => sub { + $mode_combo->entry->signal_connect(changed => sub { $theme->{enabled} = $mode_combo->entry->get_text ne $modes{text}; if ($boot_warn && !$bootsplash_available && $theme->{enabled}) { if ($in->ask_yesorno(N("Warning"), |